glsl: Fix self inclusion in slang_compile_function.h.
authorVinson Lee <vlee@vmware.com>
Sun, 15 Aug 2010 08:30:02 +0000 (01:30 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 15 Aug 2010 08:30:02 +0000 (01:30 -0700)
Fix self inclusion introduced by commit
4fef77c7c5455b983daa93cacf90d2b3baa3967e.

src/mesa/slang/slang_compile_function.h

index 4def121f7acf0a75b2ddc2a87792b3422863048a..0eced3ca1a135db712f036010829c5842c7ae172 100644 (file)
@@ -26,7 +26,6 @@
 #define SLANG_COMPILE_FUNCTION_H
 
 #include "main/glheader.h"
-#include "slang_compile_function.h"
 #include "slang_compile_operation.h"
 #include "slang_compile_variable.h"
 #include "slang_log.h"