projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10e0061
)
glsl: Remove unused include in expr.flatt.
author
Thomas Helland
<thomashelland90@gmail.com>
Mon, 9 Jun 2014 22:57:42 +0000
(
00:57
+0200)
committer
Matt Turner
<mattst88@gmail.com>
Tue, 10 Jun 2014 20:05:52 +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/ir_expression_flattening.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/ir_expression_flattening.cpp
b/src/glsl/ir_expression_flattening.cpp
index c1cadb122bcefc701a7a34288d2149523d684c1e..0b1ada519a84a24c852f5d63792f1fbfa50531d4 100644
(file)
--- a/
src/glsl/ir_expression_flattening.cpp
+++ b/
src/glsl/ir_expression_flattening.cpp
@@
-32,10
+32,8
@@
*/
#include "ir.h"
-#include "ir_visitor.h"
#include "ir_rvalue_visitor.h"
#include "ir_expression_flattening.h"
-#include "glsl_types.h"
class ir_expression_flattening_visitor : public ir_rvalue_visitor {
public: