projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f2077e
)
glsl: Fix self inclusion in slang_compile_function.h.
author
Vinson Lee
<vlee@vmware.com>
Sun, 15 Aug 2010 08:30:02 +0000
(
01:30
-0700)
committer
Vinson 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
patch
|
blob
|
history
diff --git
a/src/mesa/slang/slang_compile_function.h
b/src/mesa/slang/slang_compile_function.h
index 4def121f7acf0a75b2ddc2a87792b3422863048a..0eced3ca1a135db712f036010829c5842c7ae172 100644
(file)
--- 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"