diff options
author | Thomas Helland <[email protected]> | 2014-06-10 00:57:38 +0200 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-06-10 13:05:51 -0700 |
commit | b6e68fc9fb97d49b8bb8fbcaeabee25b8659fed9 (patch) | |
tree | 65b93eeca99076dbd5419c6454f82e7399f054b7 /src/glsl/hir_field_selection.cpp | |
parent | 4f5445a45d3ed02e00a061b10c943c0b079c6020 (diff) |
glsl: Remove unused include from hir_field_selection.cpp
Found with IWYU. Compile-tested on my Ivy-bridge system
Reviewed-by: Tom Stellard <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Signed-off-by: Thomas Helland <[email protected]>
Diffstat (limited to 'src/glsl/hir_field_selection.cpp')
-rw-r--r-- | src/glsl/hir_field_selection.cpp | 1 |
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" |