glsl: Clean up header file inclusion in slang_storage.h.
authorVinson Lee <vlee@vmware.com>
Mon, 16 Aug 2010 05:26:27 +0000 (22:26 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 16 Aug 2010 05:26:27 +0000 (22:26 -0700)
Remove slang_compile.h.
Include glheader.h for GL symbols.
Include slang_compile_function.h for slang_function_scope symbol.
Include slang_compile_struct.h for slang_struct_scope symbol.
Include slang_compile_variable.h for slang_variable_scope symbol.
Include slang_typeinfo.h for slang_type_specifier symbol.
Include slang_utility.h for slang_atom_pool symbol.

src/mesa/slang/slang_storage.h

index 1876a36dd63232acf3b2f8e5e13e00c639afc480..de1f1841a35df49316c99b2dcf14ba7d4ba08485 100644 (file)
 #ifndef SLANG_STORAGE_H
 #define SLANG_STORAGE_H
 
-#include "slang_compile.h"
+#include "main/glheader.h"
+#include "slang_compile_function.h"
+#include "slang_compile_struct.h"
+#include "slang_compile_variable.h"
+#include "slang_typeinfo.h"
+#include "slang_utility.h"
 
 
 /*