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 5f47ebecbf1c60ea57283c435e3e961d2863ca45..11049d86b262b2c0bab51a2a09591a83dfec3e1e 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 );