summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-15 22:26:27 -0700
committerVinson Lee <vlee@vmware.com>2010-08-15 22:26:27 -0700
commit35a27f6fce0d8632c764127bb88f4537ccb9e54f (patch)
tree0f09a20ddd0a9f553a1dba974b2a4cf2df7394ad
parent97590ebeb0800bd1cd41e2f8f64a4984208251c9 (diff)
glsl: Clean up header file inclusion in slang_storage.h.
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.
-rw-r--r--src/mesa/slang/slang_storage.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/mesa/slang/slang_storage.h b/src/mesa/slang/slang_storage.h
index 1876a36dd63..de1f1841a35 100644
--- a/src/mesa/slang/slang_storage.h
+++ b/src/mesa/slang/slang_storage.h
@@ -25,7 +25,12 @@
#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"
/*