projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e1e681
)
glsl: Remove unused include in ir.cpp
author
Thomas Helland
<thomashelland90@gmail.com>
Mon, 9 Jun 2014 22:57:41 +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.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/ir.cpp
b/src/glsl/ir.cpp
index 8fed768a24512fc46b321eab7994e43f22d14ad7..10c00068e87a77be9877407b5af056385585ea5c 100644
(file)
--- a/
src/glsl/ir.cpp
+++ b/
src/glsl/ir.cpp
@@
-23,7
+23,6
@@
#include <string.h>
#include "main/core.h" /* for MAX2 */
#include "ir.h"
-#include "ir_visitor.h"
#include "glsl_types.h"
ir_rvalue::ir_rvalue(enum ir_node_type t)