summaryrefslogtreecommitdiff
path: root/src/glsl/linker.cpp
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-07-13 17:31:12 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-07-19 14:50:43 -0700
commit3880d07f4bde3f3743bad6e0f5966276c476fb21 (patch)
tree340a37e000197eb40d55886c7cb7494ec64ea661 /src/glsl/linker.cpp
parent61a44ccaef63a8ad36ebd934e6944ede5587e4d5 (diff)
linker: Remove some unnecessary includes
Diffstat (limited to 'src/glsl/linker.cpp')
-rw-r--r--src/glsl/linker.cpp2
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"