swrast: Reduce header file inclusion in s_fog.h.
[mesa.git] / src / mesa / swrast / s_fog.h
index 50760d88af752790f457ef2643b49f665a4f583c..a496746d106851592c91d4c53e41d27a191f62f5 100644 (file)
@@ -28,7 +28,8 @@
 #define S_FOG_H
 
 
-#include "swrast.h"
+#include "main/mtypes.h"
+#include "s_span.h"
 
 
 extern GLfloat
@@ -37,8 +38,4 @@ _swrast_z_to_fogfactor(GLcontext *ctx, GLfloat z);
 extern void
 _swrast_fog_rgba_span( const GLcontext *ctx, SWspan *span );
 
-extern void
-_swrast_fog_ci_span( const GLcontext *ctx, SWspan *span );
-
-
 #endif