swrast: Clean up header file inclusion in s_texcombine.h.
authorVinson Lee <vlee@vmware.com>
Sun, 26 Dec 2010 04:12:06 +0000 (20:12 -0800)
committerVinson Lee <vlee@vmware.com>
Sun, 26 Dec 2010 04:12:06 +0000 (20:12 -0800)
src/mesa/swrast/s_texcombine.h

index 5f47ebe..11049d8 100644 (file)
 #define S_TEXCOMBINE_H
 
 
-#include "main/mtypes.h"
 #include "s_span.h"
 
+struct gl_context;
+
 extern void
 _swrast_texture_span( struct gl_context *ctx, SWspan *span );