swrast: Fix memory leaks in blit_linear.
[mesa.git] / src / mesa / swrast / s_texcombine.h
index 9ed96efb879dfbdf2943e15ba65cebc108ef61da..11049d86b262b2c0bab51a2a09591a83dfec3e1e 100644 (file)
 #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