summaryrefslogtreecommitdiff
path: root/dist/Mesa/src/mesa/swrast/s_fog.h
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Mesa/src/mesa/swrast/s_fog.h')
-rw-r--r--dist/Mesa/src/mesa/swrast/s_fog.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/dist/Mesa/src/mesa/swrast/s_fog.h b/dist/Mesa/src/mesa/swrast/s_fog.h
index f5744b1d9..50760d88a 100644
--- a/dist/Mesa/src/mesa/swrast/s_fog.h
+++ b/dist/Mesa/src/mesa/swrast/s_fog.h
@@ -28,7 +28,6 @@
#define S_FOG_H
-#include "mtypes.h"
#include "swrast.h"
@@ -36,10 +35,10 @@ extern GLfloat
_swrast_z_to_fogfactor(GLcontext *ctx, GLfloat z);
extern void
-_swrast_fog_rgba_span( const GLcontext *ctx, struct sw_span *span );
+_swrast_fog_rgba_span( const GLcontext *ctx, SWspan *span );
extern void
-_swrast_fog_ci_span( const GLcontext *ctx, struct sw_span *span );
+_swrast_fog_ci_span( const GLcontext *ctx, SWspan *span );
#endif