glsl: Remove unnecessary #include from ast_type.cpp. 40/7440/1
authorMatt Turner <mattst88@gmail.com>
Thu, 20 Jun 2013 19:03:44 +0000 (12:03 -0700)
committerMatt 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

index 29493e2..be84550 100644 (file)
@@ -22,9 +22,6 @@
  */
 
 #include "ast.h"
-extern "C" {
-#include "program/symbol_table.h"
-}
 
 void
 ast_type_specifier::print(void) const