glsl: Clean up header file inclusion in slang_ir.h.
authorVinson Lee <vlee@vmware.com>
Mon, 16 Aug 2010 04:17:50 +0000 (21:17 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 16 Aug 2010 04:17:50 +0000 (21:17 -0700)
Remove imports.h and slang_compile.h.
Include glheader.h for GL symbols.
Include slang_compile_variable.h for slang_variable symbol.

src/mesa/slang/slang_ir.h

index ce9a6c5a4837e650a197d0c442aaf2eb8ef3e7b6..a010efcb34258b86bef88d2f3959db5a4217b095 100644 (file)
 #define SLANG_IR_H
 
 
-#include "main/imports.h"
-#include "slang_compile.h"
-#include "slang_label.h"
+#include "main/glheader.h"
 #include "main/mtypes.h"
 #include "program/prog_instruction.h"
+#include "slang_compile_variable.h"
+#include "slang_label.h"
 
 
 /**