remove final imports.h and imports.c bits
[mesa.git] / src / mesa / swrast / s_stencil.c
index 2c59d2e7b3c15799fb6d1d58380277ad20dbfe0d..5c1118bba69d1c4b1633e65e14297356ed2b8515 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "main/glheader.h"
 #include "main/context.h"
-#include "util/imports.h"
+
 #include "main/format_pack.h"
 #include "main/format_unpack.h"
 #include "main/stencil.h"
@@ -434,9 +434,9 @@ _swrast_stencil_and_ztest_span(struct gl_context *ctx, SWspan *span)
       put_s8_values(ctx, rb, count, span->array->x, span->array->y,
                     stencilBuf);
    }
-   
+
    span->writeAll = GL_FALSE;
-   
+
    return GL_TRUE;  /* one or more fragments passed both tests */
 }