swrast: fix span color array pointer assignment for 32-bit/channel rendering
[mesa.git] / src / mesa / swrast / s_zoom.h
index d2815b41a0eaa4b0551d2507ed49f4126ba2a32a..09f624efad510c9a6e7671a64c32ced6fa6c5bf1 100644 (file)
@@ -25,7 +25,8 @@
 #ifndef S_ZOOM_H
 #define S_ZOOM_H
 
-#include "swrast.h"
+#include "main/mtypes.h"
+#include "s_span.h"
 
 
 extern void
@@ -36,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);