From 497baf4e4a6a0a2f247c7bfb9bf69a2b93c2c19f Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 10 Feb 2011 10:26:42 -0800 Subject: Use C-style system headers in C++ code to avoid issues with std:: namespace --- src/glsl/opt_dead_code.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/glsl/opt_dead_code.cpp') diff --git a/src/glsl/opt_dead_code.cpp b/src/glsl/opt_dead_code.cpp index f47b9613e1..cb500d2d10 100644 --- a/src/glsl/opt_dead_code.cpp +++ b/src/glsl/opt_dead_code.cpp @@ -32,8 +32,6 @@ #include "ir_variable_refcount.h" #include "glsl_types.h" -using std::printf; - static bool debug = false; /** -- cgit v1.2.3