swrast: Reduce header file inclusion in s_logic.h.
authorVinson Lee <vlee@vmware.com>
Sun, 8 Aug 2010 04:07:11 +0000 (21:07 -0700)
committerVinson 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

index e8cfae33f2356b6a48f5923e1b77a67bd4c5346c..d609513348d52bfc50809a8d5b41d6efe4e8184d 100644 (file)
@@ -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,