summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2013-06-20 12:03:44 -0700
committerMatt Turner <[email protected]>2013-07-11 20:58:58 -0700
commite117eda2518fe8318cd331fa32bfcbd3acc1e070 (patch)
treea6594bbdee90f75969a8527cadbd414539e6a200
parent93742d97571ad6d9a3569c74ecd3008c79720ac8 (diff)
glsl: Remove unnecessary #include from ast_type.cpp.
Reviewed-by: Chad Versace <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
-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 29493e2f6c6..be84550da78 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