glsl: pass gl_context to glcpp_parser_create()
[mesa.git] / src / compiler / glsl / glsl_symbol_table.h
index 087cc71f639899714d3a0a671c84d5f3561981c7..c8ab690eb519398f2e813b630597787d27595c4f 100644 (file)
  * DEALINGS IN THE SOFTWARE.
  */
 
-#pragma once
 #ifndef GLSL_SYMBOL_TABLE
 #define GLSL_SYMBOL_TABLE
 
 #include <new>
 
-extern "C" {
 #include "program/symbol_table.h"
-}
 #include "ir.h"
 
 class symbol_table_entry;