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/intel/compiler/brw_eu_defines.h | 1 + src/intel/compiler/brw_eu_validate.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/intel') diff --git a/src/intel/compiler/brw_eu_defines.h b/src/intel/compiler/brw_eu_defines.h index 1e7ebe88772..d27205d366b 100644 --- a/src/intel/compiler/brw_eu_defines.h +++ b/src/intel/compiler/brw_eu_defines.h @@ -33,6 +33,7 @@ #define BRW_EU_DEFINES_H #include +#include #include "util/macros.h" /* The following hunk, up-to "Execution Unit" is used by both the diff --git a/src/intel/compiler/brw_eu_validate.c b/src/intel/compiler/brw_eu_validate.c index a46ad386e78..d87c550a190 100644 --- a/src/intel/compiler/brw_eu_validate.c +++ b/src/intel/compiler/brw_eu_validate.c @@ -38,6 +38,7 @@ * test_eu_validate.cpp) will be rejected. */ +#include #include "brw_eu.h" /* We're going to do lots of string concatenation, so this should help. */ -- cgit v1.2.3