remove final imports.h and imports.c bits
[mesa.git] / src / mesa / swrast / s_drawpix.c
index 253d70cbbf2f85123b2485a332aaa6a8e703b4a8..31c6a6a971a7d52ad769349ef984e7205653ac09 100644 (file)
@@ -32,7 +32,7 @@
 #include "main/format_utils.h"
 #include "main/glformats.h"
 #include "main/image.h"
-#include "util/imports.h"
+
 #include "main/macros.h"
 #include "main/pack.h"
 #include "main/pbo.h"
@@ -623,7 +623,7 @@ draw_depth_stencil_pixels(struct gl_context *ctx, GLint x, GLint y,
          return;
       }
    }
-   
+
    depthRb = ctx->ReadBuffer->Attachment[BUFFER_DEPTH].Renderbuffer;
    stencilRb = ctx->ReadBuffer->Attachment[BUFFER_STENCIL].Renderbuffer;
    assert(depthRb);