Mesa (master): glsl: Fix self inclusion in slang_compile_function.h.

Vinson Lee vlee at kemper.freedesktop.org
Sun Aug 15 08:31:23 UTC 2010


Module: Mesa
Branch: master
Commit: d375cb869e1ea3baa191b7a0fbc2d606843bddec
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d375cb869e1ea3baa191b7a0fbc2d606843bddec

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Aug 15 01:30:02 2010 -0700

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 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/slang/slang_compile_function.h b/src/mesa/slang/slang_compile_function.h
index 4def121..0eced3c 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"




More information about the mesa-commit mailing list