[Mesa-dev] [PATCH 09/11] glsl: Remove unused include from ir_constant_expression.cpp

thomashelland90 at gmail.com thomashelland90 at gmail.com
Mon Jun 9 15:57:40 PDT 2014


From: Thomas Helland <thomashelland90 at gmail.com>

Found with IWYU. Compile-tested on my Ivy-bridge system.

Signed-off-by: Thomas Helland <thomashelland90 at gmail.com>
---
 src/glsl/ir_constant_expression.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/glsl/ir_constant_expression.cpp b/src/glsl/ir_constant_expression.cpp
index 8afe8f7..7b4a22d 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"
 
-- 
2.0.0



More information about the mesa-dev mailing list