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/lower_mat_op_to_vec.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/glsl/lower_mat_op_to_vec.cpp') diff --git a/src/glsl/lower_mat_op_to_vec.cpp b/src/glsl/lower_mat_op_to_vec.cpp index bdc53a1f81..8cbbfa713c 100644 --- a/src/glsl/lower_mat_op_to_vec.cpp +++ b/src/glsl/lower_mat_op_to_vec.cpp @@ -35,9 +35,6 @@ #include "ir_expression_flattening.h" #include "glsl_types.h" -using std::abort; -using std::printf; - class ir_mat_op_to_vec_visitor : public ir_hierarchical_visitor { public: ir_mat_op_to_vec_visitor() -- cgit v1.2.3