From: Vinson Lee Date: Sun, 15 Aug 2010 08:30:02 +0000 (-0700) Subject: glsl: Fix self inclusion in slang_compile_function.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d375cb869e1ea3baa191b7a0fbc2d606843bddec;p=mesa.git glsl: Fix self inclusion in slang_compile_function.h. Fix self inclusion introduced by commit 4fef77c7c5455b983daa93cacf90d2b3baa3967e. --- 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"