Use C-style system headers in C++ code to avoid issues with std:: namespace
This commit is contained in:
@@ -38,9 +38,6 @@
|
||||
#include "ir_rvalue_visitor.h"
|
||||
#include "glsl_types.h"
|
||||
|
||||
using std::printf;
|
||||
using std::strcmp;
|
||||
|
||||
static bool debug = false;
|
||||
|
||||
// XXX using variable_entry2 here to avoid collision (MSVC multiply-defined
|
||||
|
||||
Reference in New Issue
Block a user