diff options
author | Matt Turner <[email protected]> | 2013-06-20 12:03:44 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-07-11 20:58:58 -0700 |
commit | e117eda2518fe8318cd331fa32bfcbd3acc1e070 (patch) | |
tree | a6594bbdee90f75969a8527cadbd414539e6a200 | |
parent | 93742d97571ad6d9a3569c74ecd3008c79720ac8 (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.cpp | 3 |
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 |