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_tree_grafting.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/glsl/opt_tree_grafting.cpp') diff --git a/src/glsl/opt_tree_grafting.cpp b/src/glsl/opt_tree_grafting.cpp index a85ba82340..1ef940f9c7 100644 --- a/src/glsl/opt_tree_grafting.cpp +++ b/src/glsl/opt_tree_grafting.cpp @@ -54,8 +54,6 @@ #include "ir_optimization.h" #include "glsl_types.h" -using std::printf; - static bool debug = false; class ir_tree_grafting_visitor : public ir_hierarchical_visitor { -- cgit v1.2.3