summaryrefslogtreecommitdiff
path: root/src/glsl/ast_type.cpp
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2011-02-10 10:26:42 -0800
committerIan Romanick <ian.d.romanick@intel.com>2011-02-21 13:07:29 -0800
commit497baf4e4a6a0a2f247c7bfb9bf69a2b93c2c19f (patch)
tree37859f056fb13140fabe45a26bb129ddd0014fc3 /src/glsl/ast_type.cpp
parent5a1fbf0f70a1c2d444f61494f86e26ca866c31d5 (diff)
Use C-style system headers in C++ code to avoid issues with std:: namespace
Diffstat (limited to 'src/glsl/ast_type.cpp')
-rw-r--r--src/glsl/ast_type.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glsl/ast_type.cpp b/src/glsl/ast_type.cpp
index 5ddfeec8724..c680ae5f671 100644
--- a/src/glsl/ast_type.cpp
+++ b/src/glsl/ast_type.cpp
@@ -21,14 +21,11 @@
* DEALINGS IN THE SOFTWARE.
*/
-#include <cstdio>
#include "ast.h"
extern "C" {
#include "program/symbol_table.h"
}
-using std::printf;
-
void
ast_type_specifier::print(void) const
{