projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93742d9
)
glsl: Remove unnecessary #include from ast_type.cpp.
author
Matt Turner
<mattst88@gmail.com>
Thu, 20 Jun 2013 19:03:44 +0000
(12:03 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Fri, 12 Jul 2013 03:58:58 +0000
(20:58 -0700)
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Reviewed-by: Ian Romanick <ian.d.romainck@intel.com>
src/glsl/ast_type.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/ast_type.cpp
b/src/glsl/ast_type.cpp
index 29493e2f6c67d5f178fdc42763cb72cb0eb8c810..be84550da78f3a70395140efa018012c3b31f976 100644
(file)
--- 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