Use C-style system headers in C++ code to avoid issues with std:: namespace
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 10 Feb 2011 18:26:42 +0000 (10:26 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 21 Feb 2011 21:07:29 +0000 (13:07 -0800)
commit497baf4e4a6a0a2f247c7bfb9bf69a2b93c2c19f
tree37859f056fb13140fabe45a26bb129ddd0014fc3
parent5a1fbf0f70a1c2d444f61494f86e26ca866c31d5
Use C-style system headers in C++ code to avoid issues with std:: namespace
25 files changed:
src/glsl/ast_expr.cpp
src/glsl/ast_type.cpp
src/glsl/glsl_parser_extras.h
src/glsl/glsl_types.cpp
src/glsl/glsl_types.h
src/glsl/hir_field_selection.cpp
src/glsl/ir.h
src/glsl/ir_import_prototypes.cpp
src/glsl/ir_print_visitor.cpp
src/glsl/ir_validate.cpp
src/glsl/link_functions.cpp
src/glsl/linker.cpp
src/glsl/loop_controls.cpp
src/glsl/lower_mat_op_to_vec.cpp
src/glsl/main.cpp
src/glsl/opt_constant_propagation.cpp
src/glsl/opt_constant_variable.cpp
src/glsl/opt_dead_code.cpp
src/glsl/opt_dead_code_local.cpp
src/glsl/opt_dead_functions.cpp
src/glsl/opt_structure_splitting.cpp
src/glsl/opt_swizzle_swizzle.cpp
src/glsl/opt_tree_grafting.cpp
src/glsl/s_expression.cpp
src/mesa/program/sampler.cpp