X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fswrast%2Fs_texcombine.h;h=11049d86b262b2c0bab51a2a09591a83dfec3e1e;hb=1b3ec16cc2c1190f0212fda26242f5e5206f5b1e;hp=9ed96efb879dfbdf2943e15ba65cebc108ef61da;hpb=4af0d940a35536f096a9289470af0268a79402b3;p=mesa.git diff --git a/src/mesa/swrast/s_texcombine.h b/src/mesa/swrast/s_texcombine.h index 9ed96efb879..11049d86b26 100644 --- a/src/mesa/swrast/s_texcombine.h +++ b/src/mesa/swrast/s_texcombine.h @@ -27,9 +27,11 @@ #define S_TEXCOMBINE_H -#include "swrast.h" +#include "s_span.h" + +struct gl_context; extern void -_swrast_texture_span( GLcontext *ctx, SWspan *span ); +_swrast_texture_span( struct gl_context *ctx, SWspan *span ); #endif