Remove APIspec.dtd
[mesa.git] / src / mesa / swrast / s_texcombine.h
index 3bf70e0b86e7df4d54a541eb5395dbf38d53192c..11049d86b262b2c0bab51a2a09591a83dfec3e1e 100644 (file)
 #define S_TEXCOMBINE_H
 
 
-#include "mtypes.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