summaryrefslogtreecommitdiffstats
path: root/src/glsl/ir_constant_expression.cpp
diff options
context:
space:
mode:
authorThomas Helland <[email protected]>2014-06-10 00:57:40 +0200
committerMatt Turner <[email protected]>2014-06-10 13:05:51 -0700
commit8e1e68119c902b766c02f0087d15c32cd7d2e931 (patch)
tree266f7d284c575f88344e994057151e1b32beb185 /src/glsl/ir_constant_expression.cpp
parent068d30655cdb14264278e5d3e8b453954520d2c5 (diff)
glsl: Remove unused include from ir_constant_expression.cpp
Found with IWYU. Compile-tested on my Ivy-bridge system. Reviewed-by: Tom Stellard <[email protected]> Reviewed-by: Matt Turner <[email protected]> Signed-off-by: Thomas Helland <[email protected]>
Diffstat (limited to 'src/glsl/ir_constant_expression.cpp')
-rw-r--r--src/glsl/ir_constant_expression.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glsl/ir_constant_expression.cpp b/src/glsl/ir_constant_expression.cpp
index 8afe8f776e6..7b4a22df43f 100644
--- 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"