summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas Helland <[email protected]>2014-06-10 00:57:32 +0200
committerMatt Turner <[email protected]>2014-06-10 13:05:51 -0700
commiteac09a4e1dafb5b6efc3a3b2d9dd82af4d244be3 (patch)
tree3d41d8af8199099a42bff568b1abcc51ed7c013c /src
parent4787c25a604fbbebaf7777655e0134e39bbb0a06 (diff)
glsl: Remove unused includes in link_uniform_init.
Found with IWYU, confirmed with grepping for "hash" and "symbol". No negative effects on compilation. IWYU also reported core.h and linker.h could be removed, but I'm unsure if those are false positives. Reviewed-by: Tom Stellard <[email protected]> Reviewed-by: Matt Turner <[email protected]> Signed-off-by: Thomas Helland <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/glsl/link_uniform_initializers.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glsl/link_uniform_initializers.cpp b/src/glsl/link_uniform_initializers.cpp
index 2100e051716..d755cec98c9 100644
--- a/src/glsl/link_uniform_initializers.cpp
+++ b/src/glsl/link_uniform_initializers.cpp
@@ -25,8 +25,6 @@
#include "ir.h"
#include "linker.h"
#include "ir_uniform.h"
-#include "glsl_symbol_table.h"
-#include "program/hash_table.h"
/* These functions are put in a "private" namespace instead of being marked
* static so that the unit tests can access them. See