Mesa (master): glsl: Remove unnecessary #include from ast_type.cpp.

Matt Turner mattst88 at kemper.freedesktop.org
Fri Jul 12 03:58:31 UTC 2013


Module: Mesa
Branch: master
Commit: e117eda2518fe8318cd331fa32bfcbd3acc1e070
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e117eda2518fe8318cd331fa32bfcbd3acc1e070

Author: Matt Turner <mattst88 at gmail.com>
Date:   Thu Jun 20 12:03:44 2013 -0700

glsl: Remove unnecessary #include from ast_type.cpp.

Reviewed-by: Chad Versace <chad.versace at linux.intel.com>
Reviewed-by: Ian Romanick <ian.d.romainck at intel.com>

---

 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 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




More information about the mesa-commit mailing list