Module: Mesa Branch: master Commit: 8e1e68119c902b766c02f0087d15c32cd7d2e931 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e1e68119c902b766c02f0087d15c32cd7d2e931
Author: Thomas Helland <[email protected]> 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 <[email protected]> Reviewed-by: Matt Turner <[email protected]> Signed-off-by: Thomas Helland <[email protected]> --- 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" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
