glsl: Clean up header file inclusion in slang_builtin.h.
authorVinson Lee <vlee@vmware.com>
Sat, 14 Aug 2010 08:59:54 +0000 (01:59 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 14 Aug 2010 08:59:54 +0000 (01:59 -0700)
Remove prog_parameter.h and slang_utility.h.
Include glheader.h for GL symbols.
Include mtypes.h for gl_*_result symbols.

src/mesa/slang/slang_builtin.h

index ed9ae80b3c3e655de8065f58c5f51dff72ea2f2e..dc92f83f8ef062692a4b7e7bd6e8c970d55ba96d 100644 (file)
@@ -26,8 +26,8 @@
 #ifndef SLANG_BUILTIN_H
 #define SLANG_BUILTIN_H
 
-#include "program/prog_parameter.h"
-#include "slang_utility.h"
+#include "main/glheader.h"
+#include "main/mtypes.h"
 #include "slang_ir.h"