projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6e68fc
)
glsl: Remove unused include from ir_basic_block.cpp
author
Thomas Helland
<thomashelland90@gmail.com>
Mon, 9 Jun 2014 22:57:39 +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/ir_basic_block.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/ir_basic_block.cpp
b/src/glsl/ir_basic_block.cpp
index 426fda2f20276e372ec473924ec69ae5f920c32c..74ee4b69622ea0e59cf5f52e766c5070b706c0fd 100644
(file)
--- a/
src/glsl/ir_basic_block.cpp
+++ b/
src/glsl/ir_basic_block.cpp
@@
-28,9
+28,7
@@
*/
#include "ir.h"
-#include "ir_visitor.h"
#include "ir_basic_block.h"
-#include "glsl_types.h"
/**
* Calls a user function for every basic block in the instruction stream.