remove final imports.h and imports.c bits
[mesa.git] / src / mesa / swrast / s_renderbuffer.c
index df92b3c75756e07e59e26ea29b7d7c28bcc98abd..27e2fce3cb03a6cd4e135040a40af3c41df0efa0 100644 (file)
@@ -31,7 +31,7 @@
 
 
 #include "main/glheader.h"
-#include "util/imports.h"
+
 #include "main/context.h"
 #include "main/fbobject.h"
 #include "main/formats.h"
@@ -585,7 +585,7 @@ map_attachment(struct gl_context *ctx,
 
    assert(srb->Map);
 }
+
 
 static void
 unmap_attachment(struct gl_context *ctx,
@@ -667,8 +667,8 @@ _swrast_map_renderbuffers(struct gl_context *ctx)
       }
    }
 }
+
+
 /**
  * Unmap renderbuffers after rendering.
  */