diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-07-13 17:31:12 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-07-19 14:50:43 -0700 |
commit | 3880d07f4bde3f3743bad6e0f5966276c476fb21 (patch) | |
tree | 340a37e000197eb40d55886c7cb7494ec64ea661 | |
parent | 61a44ccaef63a8ad36ebd934e6944ede5587e4d5 (diff) |
linker: Remove some unnecessary includes
-rw-r--r-- | src/glsl/linker.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index 72b83ff992..155c9d40b3 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp @@ -73,9 +73,7 @@ extern "C" { #include "main/mtypes.h" #include "glsl_symbol_table.h" -#include "glsl_parser_extras.h" #include "ir.h" -#include "ir_optimization.h" #include "program.h" #include "hash_table.h" #include "shader_api.h" |