Use C-style system headers in C++ code to avoid issues with std:: namespace
[mesa.git] / src / glsl / ir_print_visitor.cpp
index be76945a2178b9b8150db5d6208559946525ecae..82ccc722fa28762f4fe4fd60345450306fca9385 100644 (file)
@@ -25,9 +25,6 @@
 #include "glsl_types.h"
 #include "glsl_parser_extras.h"
 
-using std::printf;
-using std::strncmp;
-
 static void print_type(const glsl_type *t);
 
 void