Mesa (master): glsl: Remove unused include from ir_constant_expression.cpp

Matt Turner mattst88 at kemper.freedesktop.org
Tue Jun 10 20:08:08 UTC 2014


Module: Mesa
Branch: master
Commit: 8e1e68119c902b766c02f0087d15c32cd7d2e931
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e1e68119c902b766c02f0087d15c32cd7d2e931

Author: Thomas Helland <thomashelland90 at gmail.com>
Date:   Tue Jun 10 00:57:40 2014 +0200

glsl: Remove unused include from ir_constant_expression.cpp

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

Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
Reviewed-by: Matt Turner <mattst88 at gmail.com>
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"
 




More information about the mesa-commit mailing list