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/main/textureview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/textureview.c') diff --git a/src/mesa/main/textureview.c b/src/mesa/main/textureview.c index da09c1e3c58..6aafeed2d17 100644 --- a/src/mesa/main/textureview.c +++ b/src/mesa/main/textureview.c @@ -34,7 +34,7 @@ #include "glheader.h" #include "context.h" #include "enums.h" -#include "util/imports.h" + #include "macros.h" #include "teximage.h" #include "texobj.h" -- cgit v1.2.3