projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
068d306
)
glsl: Remove unused include from ir_constant_expression.cpp
author
Thomas Helland
<thomashelland90@gmail.com>
Mon, 9 Jun 2014 22:57:40 +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_constant_expression.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/ir_constant_expression.cpp
b/src/glsl/ir_constant_expression.cpp
index 8afe8f776e6d17d8f5ef9f1b9f1b5aea88a45e9f..7b4a22df43f8d3aab256ce7cb4d92dbc5c28db5e 100644
(file)
--- a/
src/glsl/ir_constant_expression.cpp
+++ b/
src/glsl/ir_constant_expression.cpp
@@
-36,7
+36,6
@@
#include <math.h>
#include "main/core.h" /* for MAX2, MIN2, CLAMP */
#include "ir.h"
-#include "ir_visitor.h"
#include "glsl_types.h"
#include "program/hash_table.h"