projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f5445a
)
glsl: Remove unused include from hir_field_selection.cpp
author
Thomas Helland
<thomashelland90@gmail.com>
Mon, 9 Jun 2014 22:57:38 +0000
(
00:57
+0200)
committer
Matt Turner
<mattst88@gmail.com>
Tue, 10 Jun 2014 20:05:51 +0000
(13:05 -0700)
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>
src/glsl/hir_field_selection.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/hir_field_selection.cpp
b/src/glsl/hir_field_selection.cpp
index 1e92c89aef4c8076aeb97328bc30925c7375d2ac..0fa976811e69e9f803da2f0c011d211bd12a4ab0 100644
(file)
--- 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"