From: Thomas Helland Date: Mon, 9 Jun 2014 22:57:34 +0000 (+0200) Subject: glsl: Remove unused include in ast_to_hir.cpp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f385d93715a1685024d18df3944b560e5d38d00;p=mesa.git glsl: Remove unused include in ast_to_hir.cpp Found with IWYU. Comment says it's for struct gl_extensions. Grepping for gl_extensions shows no uses. Tested by compiling on my Ivy-bridge system. Reviewed-by: Tom Stellard Reviewed-by: Matt Turner Signed-off-by: Thomas Helland --- diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index 00a59a510a3..140bb740579 100644 --- a/src/glsl/ast_to_hir.cpp +++ b/src/glsl/ast_to_hir.cpp @@ -49,7 +49,6 @@ * parser (and lexer) sources. */ -#include "main/core.h" /* for struct gl_extensions */ #include "glsl_symbol_table.h" #include "glsl_parser_extras.h" #include "ast.h"