From d375cb869e1ea3baa191b7a0fbc2d606843bddec Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sun, 15 Aug 2010 01:30:02 -0700 Subject: glsl: Fix self inclusion in slang_compile_function.h. Fix self inclusion introduced by commit 4fef77c7c5455b983daa93cacf90d2b3baa3967e. --- src/mesa/slang/slang_compile_function.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/slang/slang_compile_function.h b/src/mesa/slang/slang_compile_function.h index 4def121f7ac..0eced3ca1a1 100644 --- a/src/mesa/slang/slang_compile_function.h +++ b/src/mesa/slang/slang_compile_function.h @@ -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" -- cgit v1.2.3