glsl: Include missing headers in slang_simplify.h.
authorVinson Lee <vlee@vmware.com>
Sun, 15 Aug 2010 04:21:10 +0000 (21:21 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 15 Aug 2010 04:21:10 +0000 (21:21 -0700)
Include glheader.h for GL symbols.
Include slang_compile.h for slang_name_space symbol.
Include slang_compile_function.h for slang_function symbol.
Include slang_compile_operation.h for slang_operation symbol.
Include slang_log.h for slang_info_log symbol.
Include slang_utility.h for slang_atom_pool symbol.

src/mesa/slang/slang_simplify.h

index 8689c23..37fb938 100644 (file)
 #define SLANG_SIMPLIFY_H
 
 
+#include "main/glheader.h"
+#include "slang_compile.h"
+#include "slang_compile_function.h"
+#include "slang_compile_operation.h"
+#include "slang_log.h"
+#include "slang_utility.h"
+
 extern GLint
 _slang_lookup_constant(const char *name);