From 7c06e1a5be02e470bdb6e8cface089d0695ccb81 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 15 Mar 2006 12:44:35 +0000 Subject: [PATCH] replaced config.h by firm_config.h, removed useless includes --- ir/be/bearch.h | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/ir/be/bearch.h b/ir/be/bearch.h index b8f8817d1..743b9061c 100644 --- a/ir/be/bearch.h +++ b/ir/be/bearch.h @@ -1,26 +1,15 @@ #ifndef _FIRM_BEARCH_H #define _FIRM_BEARCH_H -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - +#include "firm_config.h" #ifdef WITH_LIBCORE #include #endif -#include "type.h" - -#include "irnode.h" -#include "irmode.h" +#include "firm_types.h" #include "bitset.h" -#include "hashptr.h" -#include "fourcc.h" -#include "set.h" -#include "list.h" -#include "ident.h" #include "belistsched.h" #include "beabi_t.h" -- 2.20.1