diff options
author | Ian Romanick <[email protected]> | 2011-02-10 10:26:42 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2011-02-21 13:07:29 -0800 |
commit | 497baf4e4a6a0a2f247c7bfb9bf69a2b93c2c19f (patch) | |
tree | 37859f056fb13140fabe45a26bb129ddd0014fc3 /src/glsl/hir_field_selection.cpp | |
parent | 5a1fbf0f70a1c2d444f61494f86e26ca866c31d5 (diff) |
Use C-style system headers in C++ code to avoid issues with std:: namespace
Diffstat (limited to 'src/glsl/hir_field_selection.cpp')
-rw-r--r-- | src/glsl/hir_field_selection.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glsl/hir_field_selection.cpp b/src/glsl/hir_field_selection.cpp index 995f284fa58..3c33127b5f8 100644 --- a/src/glsl/hir_field_selection.cpp +++ b/src/glsl/hir_field_selection.cpp @@ -27,8 +27,6 @@ #include "ast.h" #include "glsl_types.h" -using std::strcmp; - ir_rvalue * _mesa_ast_field_selection_to_hir(const ast_expression *expr, exec_list *instructions, |