glsl: Remove unused include from glsl_symbol_table.h
[mesa.git] / src / glsl / glsl_symbol_table.h
index f323fc305fae8c3f8c9da83db7f41e7718d8e25d..39b84e4dd896092fef36b37504d7b249863955c7 100644 (file)
@@ -32,9 +32,9 @@ extern "C" {
 #include "program/symbol_table.h"
 }
 #include "ir.h"
-#include "glsl_types.h"
 
 class symbol_table_entry;
+class glsl_type;
 
 /**
  * Facade class for _mesa_symbol_table