From 8e1e68119c902b766c02f0087d15c32cd7d2e931 Mon Sep 17 00:00:00 2001 From: Thomas Helland Date: Tue, 10 Jun 2014 00:57:40 +0200 Subject: [PATCH] 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 --- 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 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" -- 2.30.2