projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f385d9
)
glsl: Remove unused include from builtin_variables.cpp
author
Thomas Helland
<thomashelland90@gmail.com>
Mon, 9 Jun 2014 22:57:35 +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/builtin_variables.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/builtin_variables.cpp
b/src/glsl/builtin_variables.cpp
index 9b35850ee9e8b18d981962acff8d08e22866e7e3..e22b08349b3e164b6717166b111b74b1be6611da 100644
(file)
--- a/
src/glsl/builtin_variables.cpp
+++ b/
src/glsl/builtin_variables.cpp
@@
-26,7
+26,6
@@
#include "glsl_symbol_table.h"
#include "main/core.h"
#include "main/uniforms.h"
-#include "program/prog_parameter.h"
#include "program/prog_statevars.h"
#include "program/prog_instruction.h"