Mesa (master): glsl: Remove unused include from hir_field_selection.cpp

Matt Turner mattst88 at kemper.freedesktop.org
Tue Jun 10 20:08:08 UTC 2014


Module: Mesa
Branch: master
Commit: b6e68fc9fb97d49b8bb8fbcaeabee25b8659fed9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6e68fc9fb97d49b8bb8fbcaeabee25b8659fed9

Author: Thomas Helland <thomashelland90 at gmail.com>
Date:   Tue Jun 10 00:57:38 2014 +0200

glsl: Remove unused include from hir_field_selection.cpp

Found with IWYU. Compile-tested on my Ivy-bridge system

Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
Reviewed-by: Matt Turner <mattst88 at gmail.com>
Signed-off-by: Thomas Helland <thomashelland90 at gmail.com>

---

 src/glsl/hir_field_selection.cpp |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/glsl/hir_field_selection.cpp b/src/glsl/hir_field_selection.cpp
index 1e92c89..0fa9768 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"




More information about the mesa-commit mailing list