projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f009f17
)
swrast: Reduce header file inclusion in s_logic.h.
author
Vinson Lee
<vlee@vmware.com>
Sun, 8 Aug 2010 04:07:11 +0000
(21:07 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 8 Aug 2010 04:07:11 +0000
(21:07 -0700)
Include mtypes.h for GLcontext symbol.
Include s_span.h for SWspan symbol.
src/mesa/swrast/s_logic.h
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_logic.h
b/src/mesa/swrast/s_logic.h
index e8cfae33f2356b6a48f5923e1b77a67bd4c5346c..d609513348d52bfc50809a8d5b41d6efe4e8184d 100644
(file)
--- a/
src/mesa/swrast/s_logic.h
+++ b/
src/mesa/swrast/s_logic.h
@@
-27,7
+27,8
@@
#define S_LOGIC_H
-#include "swrast.h"
+#include "main/mtypes.h"
+#include "s_span.h"
extern void
_swrast_logicop_rgba_span(GLcontext *ctx, struct gl_renderbuffer *rb,