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/texcompress_s3tc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mesa/main/texcompress_s3tc.c') diff --git a/src/mesa/main/texcompress_s3tc.c b/src/mesa/main/texcompress_s3tc.c index ded32a7ee90..f9b8ff50064 100644 --- a/src/mesa/main/texcompress_s3tc.c +++ b/src/mesa/main/texcompress_s3tc.c @@ -30,7 +30,6 @@ */ #include "glheader.h" -#include "imports.h" #include "image.h" #include "macros.h" #include "mtypes.h" -- cgit v1.2.1