summaryrefslogtreecommitdiffstats
path: root/src/glsl/glsl_parser_extras.cpp
diff options
context:
space:
mode:
authorFrancisco Jerez <[email protected]>2013-09-11 10:59:13 -0700
committerFrancisco Jerez <[email protected]>2013-10-01 17:30:51 -0700
commit0e72db9f9729b8fe62213452751fed1cd337a7bc (patch)
tree8f854406e66b8a560f40b8efde9b10dd270ba6b8 /src/glsl/glsl_parser_extras.cpp
parent6349b3235cc07d396325863ece9ca6261daf8e77 (diff)
mesa: Fix misplaced includes of "main/uniforms.h".
Several C++ source files include "main/uniforms.h" from an extern "C" block, which is both unnecessary, because "uniforms.h" already checks for a C++ compiler and sets the right linkage, and incorrect, because the header file includes other C++ headers ("glsl_types.h" and "ir_uniform.h") that are supposed to get C++ linkage. Reviewed-by: Paul Berry <[email protected]> Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/glsl/glsl_parser_extras.cpp')
0 files changed, 0 insertions, 0 deletions