Use C-style system headers in C++ code to avoid issues with std:: namespace
[mesa.git] / src / glsl / opt_dead_code.cpp
index f47b9613e1964df3031ea0edb7d877bc3c0a7bb9..cb500d2d105b41f983c13cc59d6e2351daff81ff 100644 (file)
@@ -32,8 +32,6 @@
 #include "ir_variable_refcount.h"
 #include "glsl_types.h"
 
-using std::printf;
-
 static bool debug = false;
 
 /**