projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61a44cc
)
linker: Remove some unnecessary includes
author
Ian Romanick
<ian.d.romanick@intel.com>
Wed, 14 Jul 2010 00:31:12 +0000
(17:31 -0700)
committer
Ian Romanick
<ian.d.romanick@intel.com>
Mon, 19 Jul 2010 21:50:43 +0000
(14:50 -0700)
src/glsl/linker.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/linker.cpp
b/src/glsl/linker.cpp
index 72b83ff992df779ffdf2b9f3c5f70d639e7e2eca..155c9d40b32f631515ebb4c772c8e89e3b87efbd 100644
(file)
--- 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"