From: Thomas Helland Date: Mon, 9 Jun 2014 22:57:38 +0000 (+0200) Subject: glsl: Remove unused include from hir_field_selection.cpp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b6e68fc9fb97d49b8bb8fbcaeabee25b8659fed9;p=mesa.git glsl: Remove unused include from hir_field_selection.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/hir_field_selection.cpp b/src/glsl/hir_field_selection.cpp index 1e92c89aef4..0fa976811e6 100644 --- a/src/glsl/hir_field_selection.cpp +++ b/src/glsl/hir_field_selection.cpp @@ -22,7 +22,6 @@ */ #include "ir.h" -#include "program/symbol_table.h" #include "glsl_parser_extras.h" #include "ast.h" #include "glsl_types.h"