Use C-style system headers in C++ code to avoid issues with std:: namespace

This commit is contained in:
Ian Romanick
2011-02-10 10:26:42 -08:00
parent 5a1fbf0f70
commit 497baf4e4a
25 changed files with 8 additions and 58 deletions
-3
View File
@@ -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()