projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e616d05
)
swrast: Reduce header file inclusion in s_texcombine.h.
author
Vinson Lee
<vlee@vmware.com>
Sun, 8 Aug 2010 05:01:27 +0000
(22:01 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 8 Aug 2010 05:01:27 +0000
(22:01 -0700)
Include mtypes.h for GLcontext sybmol.
Include s_span.h for SWspan symbol.
src/mesa/swrast/s_texcombine.h
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_texcombine.h
b/src/mesa/swrast/s_texcombine.h
index 9ed96efb879dfbdf2943e15ba65cebc108ef61da..4f5dfbe1afeca4fa13d8134737b8f8eeabc8ba85 100644
(file)
--- a/
src/mesa/swrast/s_texcombine.h
+++ b/
src/mesa/swrast/s_texcombine.h
@@
-27,7
+27,8
@@
#define S_TEXCOMBINE_H
-#include "swrast.h"
+#include "main/mtypes.h"
+#include "s_span.h"
extern void
_swrast_texture_span( GLcontext *ctx, SWspan *span );