summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-07 21:07:11 -0700
committerVinson Lee <vlee@vmware.com>2010-08-07 21:07:11 -0700
commit562c72741401da0dd872a875914b8005b863e986 (patch)
treeea125415c16ff181c3d70a636c4ad373d83b8c63 /src/mesa/swrast
parentf009f177fdb891529a4281b2d28f9eb76a365bed (diff)
swrast: Reduce header file inclusion in s_logic.h.
Include mtypes.h for GLcontext symbol. Include s_span.h for SWspan symbol.
Diffstat (limited to 'src/mesa/swrast')
-rw-r--r--src/mesa/swrast/s_logic.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_logic.h b/src/mesa/swrast/s_logic.h
index e8cfae33f2..d609513348 100644
--- 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,