summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Helland <thomashelland90@gmail.com>2014-06-10 00:57:38 +0200
committerMatt Turner <mattst88@gmail.com>2014-06-10 13:05:51 -0700
commitb6e68fc9fb97d49b8bb8fbcaeabee25b8659fed9 (patch)
tree65b93eeca99076dbd5419c6454f82e7399f054b7
parent4f5445a45d3ed02e00a061b10c943c0b079c6020 (diff)
glsl: Remove unused include from hir_field_selection.cpp
Found with IWYU. Compile-tested on my Ivy-bridge system Reviewed-by: Tom Stellard <thomas.stellard@amd.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Signed-off-by: Thomas Helland <thomashelland90@gmail.com>
-rw-r--r--src/glsl/hir_field_selection.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glsl/hir_field_selection.cpp b/src/glsl/hir_field_selection.cpp
index 1e92c89aef4..0fa976811e6 100644
--- a/src/glsl/hir_field_selection.cpp
+++ b/src/glsl/hir_field_selection.cpp
@@ -22,7 +22,6 @@
*/
#include "ir.h"
-#include "program/symbol_table.h"
#include "glsl_parser_extras.h"
#include "ast.h"
#include "glsl_types.h"