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/ast_type.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/glsl/ast_type.cpp') diff --git a/src/glsl/ast_type.cpp b/src/glsl/ast_type.cpp index 5ddfeec872..c680ae5f67 100644 --- a/src/glsl/ast_type.cpp +++ b/src/glsl/ast_type.cpp @@ -21,14 +21,11 @@ * DEALINGS IN THE SOFTWARE. */ -#include #include "ast.h" extern "C" { #include "program/symbol_table.h" } -using std::printf; - void ast_type_specifier::print(void) const { -- cgit v1.2.3