From: Thomas Helland Date: Mon, 9 Jun 2014 22:57:40 +0000 (+0200) Subject: glsl: Remove unused include from ir_constant_expression.cpp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e1e68119c902b766c02f0087d15c32cd7d2e931;p=mesa.git glsl: Remove unused include from ir_constant_expression.cpp Found with IWYU. Compile-tested on my Ivy-bridge system. Reviewed-by: Tom Stellard Reviewed-by: Matt Turner Signed-off-by: Thomas Helland --- 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 #include "main/core.h" /* for MAX2, MIN2, CLAMP */ #include "ir.h" -#include "ir_visitor.h" #include "glsl_types.h" #include "program/hash_table.h"