From 06fa98611277839689a7bc221c59c409032bbd4e Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 25 Dec 2010 20:12:06 -0800 Subject: [PATCH] swrast: Clean up header file inclusion in s_texcombine.h. --- src/mesa/swrast/s_texcombine.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mesa/swrast/s_texcombine.h b/src/mesa/swrast/s_texcombine.h index 5f47ebecbf1..11049d86b26 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 ); -- 2.30.2