swrast: Reduce header file inclusion in s_texcombine.h.
authorVinson Lee <vlee@vmware.com>
Sun, 8 Aug 2010 05:01:27 +0000 (22:01 -0700)
committerVinson 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

index 9ed96efb879dfbdf2943e15ba65cebc108ef61da..4f5dfbe1afeca4fa13d8134737b8f8eeabc8ba85 100644 (file)
@@ -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 );