diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2011-02-10 10:26:42 -0800 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2011-02-21 13:07:29 -0800 |
commit | 497baf4e4a6a0a2f247c7bfb9bf69a2b93c2c19f (patch) | |
tree | 37859f056fb13140fabe45a26bb129ddd0014fc3 /src/glsl/opt_structure_splitting.cpp | |
parent | 5a1fbf0f70a1c2d444f61494f86e26ca866c31d5 (diff) | |
download | external_mesa3d-497baf4e4a6a0a2f247c7bfb9bf69a2b93c2c19f.zip external_mesa3d-497baf4e4a6a0a2f247c7bfb9bf69a2b93c2c19f.tar.gz external_mesa3d-497baf4e4a6a0a2f247c7bfb9bf69a2b93c2c19f.tar.bz2 |
Use C-style system headers in C++ code to avoid issues with std:: namespace
Diffstat (limited to 'src/glsl/opt_structure_splitting.cpp')
-rw-r--r-- | src/glsl/opt_structure_splitting.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glsl/opt_structure_splitting.cpp b/src/glsl/opt_structure_splitting.cpp index 8686da0..014407c 100644 --- a/src/glsl/opt_structure_splitting.cpp +++ b/src/glsl/opt_structure_splitting.cpp @@ -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 |