From 56ff5359890b88ee09849876443feb3fa3065913 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 14 Sep 2018 12:57:32 -0700 Subject: remove final imports.h bits 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. v2: - remove duplicate addition --- src/mesa/main/pack.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mesa/main/pack.c') diff --git a/src/mesa/main/pack.c b/src/mesa/main/pack.c index 64ad115f8b5..a400085f0da 100644 --- a/src/mesa/main/pack.c +++ b/src/mesa/main/pack.c @@ -46,12 +46,10 @@ #include "glheader.h" #include "enums.h" #include "image.h" -#include "imports.h" #include "macros.h" #include "mtypes.h" #include "pack.h" #include "pixeltransfer.h" -#include "imports.h" #include "glformats.h" #include "format_utils.h" #include "format_pack.h" -- cgit v1.2.1