From: Vinson Lee Date: Sun, 26 Dec 2010 04:12:06 +0000 (-0800) Subject: swrast: Clean up header file inclusion in s_texcombine.h. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06fa98611277839689a7bc221c59c409032bbd4e;p=profile%2Fivi%2Fmesa.git swrast: Clean up header file inclusion in s_texcombine.h. --- diff --git a/src/mesa/swrast/s_texcombine.h b/src/mesa/swrast/s_texcombine.h index 5f47ebe..11049d8 100644 --- a/src/mesa/swrast/s_texcombine.h +++ b/src/mesa/swrast/s_texcombine.h @@ -27,9 +27,10 @@ #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 );