projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01739cd
)
swrast: Reduce header file inclusion in s_stencil.h.
author
Vinson Lee
<vlee@vmware.com>
Sun, 8 Aug 2010 04:44:53 +0000
(21:44 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 8 Aug 2010 04:44:53 +0000
(21:44 -0700)
Include mtypes.h for GLcontext symbol.
Include s_span.h for SWspan symbol.
src/mesa/swrast/s_stencil.h
patch
|
blob
|
history
diff --git
a/src/mesa/swrast/s_stencil.h
b/src/mesa/swrast/s_stencil.h
index cd6cbc57b0b8a9270e75d1b3d52ab7abb670df11..c076ebbe2a1f45f93b861902d29a8db95e62fbe4 100644
(file)
--- a/
src/mesa/swrast/s_stencil.h
+++ b/
src/mesa/swrast/s_stencil.h
@@
-27,7
+27,8
@@
#define S_STENCIL_H
-#include "swrast.h"
+#include "main/mtypes.h"
+#include "s_span.h"