glsl: Remove unused include from ir_constant_expression.cpp
authorThomas Helland <thomashelland90@gmail.com>
Mon, 9 Jun 2014 22:57:40 +0000 (00:57 +0200)
committerMatt 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

index 8afe8f776e6d17d8f5ef9f1b9f1b5aea88a45e9f..7b4a22df43f8d3aab256ce7cb4d92dbc5c28db5e 100644 (file)
@@ -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"