From: Thomas Helland Date: Mon, 9 Jun 2014 22:57:36 +0000 (+0200) Subject: glsl: Remove unused include from glsl_types.cpp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=38ffbf459bc7e546c1dd7869b8d365ff26692b85;p=mesa.git glsl: Remove unused include from glsl_types.cpp Found with IWYU. Compile-tested on my Ivy-bridge system. Added comment about core.h being used for MAX2. Reviewed-by: Tom Stellard Reviewed-by: Matt Turner Signed-off-by: Thomas Helland --- diff --git a/src/glsl/glsl_types.cpp b/src/glsl/glsl_types.cpp index e77146cdf0a..62a908782b1 100644 --- a/src/glsl/glsl_types.cpp +++ b/src/glsl/glsl_types.cpp @@ -22,9 +22,7 @@ */ #include -#include -#include "main/core.h" /* for Elements */ -#include "glsl_symbol_table.h" +#include "main/core.h" /* for Elements, MAX2 */ #include "glsl_parser_extras.h" #include "glsl_types.h" extern "C" {