summaryrefslogtreecommitdiffstats
path: root/src/glsl
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-06-20 12:03:44 -0700
committerMatt Turner <mattst88@gmail.com>2013-07-11 20:58:58 -0700
commite117eda2518fe8318cd331fa32bfcbd3acc1e070 (patch)
treea6594bbdee90f75969a8527cadbd414539e6a200 /src/glsl
parent93742d97571ad6d9a3569c74ecd3008c79720ac8 (diff)
downloadexternal_mesa3d-e117eda2518fe8318cd331fa32bfcbd3acc1e070.zip
external_mesa3d-e117eda2518fe8318cd331fa32bfcbd3acc1e070.tar.gz
external_mesa3d-e117eda2518fe8318cd331fa32bfcbd3acc1e070.tar.bz2
glsl: Remove unnecessary #include from ast_type.cpp.
Reviewed-by: Chad Versace <chad.versace@linux.intel.com> Reviewed-by: Ian Romanick <ian.d.romainck@intel.com>
Diffstat (limited to 'src/glsl')
-rw-r--r--src/glsl/ast_type.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/glsl/ast_type.cpp b/src/glsl/ast_type.cpp
index 29493e2..be84550 100644
--- a/src/glsl/ast_type.cpp
+++ b/src/glsl/ast_type.cpp
@@ -22,9 +22,6 @@
*/
#include "ast.h"
-extern "C" {
-#include "program/symbol_table.h"
-}
void
ast_type_specifier::print(void) const