drisw: Move pointer dereferences to after NULL checks.
[mesa.git] / src / mesa / swrast / s_fog.h
index 2346dd1734d20d5aef396dbebc79e217832081e6..06107de3f9dc4cc245192c85f52586aec999f00c 100644 (file)
@@ -28,7 +28,6 @@
 #define S_FOG_H
 
 
-#include "main/mtypes.h"
 #include "swrast.h"
 
 
@@ -38,8 +37,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