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