swrast: fix span color array pointer assignment for 32-bit/channel rendering
[mesa.git] / src / mesa / swrast / s_zoom.h
index 7701515476b3aa8138698afa70cfe2b2ed777e53..09f624efad510c9a6e7671a64c32ced6fa6c5bf1 100644 (file)
@@ -26,7 +26,7 @@
 #define S_ZOOM_H
 
 #include "main/mtypes.h"
-#include "swrast.h"
+#include "s_span.h"
 
 
 extern void
@@ -37,10 +37,6 @@ extern void
 _swrast_write_zoomed_rgb_span(GLcontext *ctx, GLint imgX, GLint imgY,
                               const SWspan *span, const GLvoid *rgb);
 
-extern void
-_swrast_write_zoomed_index_span(GLcontext *ctx, GLint imgX, GLint imgY,
-                                const SWspan *span);
-
 extern void
 _swrast_write_zoomed_depth_span(GLcontext *ctx, GLint imgX, GLint imgY,
                                 const SWspan *span);