From 8e3696137f2cb7b4f5a3824f26186ecbb06f9282 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 14 Sep 2018 12:57:32 -0700 Subject: remove final imports.h and imports.c bits MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This moves the fi_types to a new mesa_private.h and removes the imports.c file. The vast majority of this patch is just removing pound includes of imports.h and fixing up the recursive includes. Reviewed-by: Marek Olšák Reviewed-by: Kristian H. Kristensen Reviewed-by: Matt Turner Part-of: --- src/mesa/swrast/s_renderbuffer.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mesa/swrast/s_renderbuffer.c') diff --git a/src/mesa/swrast/s_renderbuffer.c b/src/mesa/swrast/s_renderbuffer.c index df92b3c7575..27e2fce3cb0 100644 --- a/src/mesa/swrast/s_renderbuffer.c +++ b/src/mesa/swrast/s_renderbuffer.c @@ -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. */ -- cgit v1.2.3