From 3654c4bea0fb78519945a6fcc053efcccf15258f Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sat, 11 Oct 2008 19:26:36 +0000 Subject: [PATCH] no need for firm_config.h includes anymore [r22724] --- ir/be/bechordal_main.c | 1 - ir/be/becopyilp1.c | 2 -- ir/be/becopyilp2.c | 2 -- ir/be/becopyilp_t.h | 1 - ir/be/becopystat.h | 1 - ir/be/beemitter.h | 2 -- ir/be/beilpsched.c | 2 -- ir/be/bestat.h | 2 -- ir/be/beutil.h | 2 -- ir/be/ia32/bearch_ia32_t.h | 2 -- ir/be/ia32/ia32_new_nodes.h | 1 - ir/be/ia32/ia32_nodes_attr.h | 2 -- ir/be/ia32/ia32_transform.h | 1 - 13 files changed, 21 deletions(-) diff --git a/ir/be/bechordal_main.c b/ir/be/bechordal_main.c index aad181f8f..ca525a0b9 100644 --- a/ir/be/bechordal_main.c +++ b/ir/be/bechordal_main.c @@ -36,7 +36,6 @@ #include "list.h" #include "bitset.h" #include "iterator.h" -#include "firm_config.h" #include "lc_opts.h" #include "lc_opts_enum.h" diff --git a/ir/be/becopyilp1.c b/ir/be/becopyilp1.c index 9749c90e1..d7d606d90 100644 --- a/ir/be/becopyilp1.c +++ b/ir/be/becopyilp1.c @@ -28,8 +28,6 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ -#include "firm_config.h" - #ifdef WITH_ILP #include "becopyilp_t.h" diff --git a/ir/be/becopyilp2.c b/ir/be/becopyilp2.c index db68195be..8344b49d4 100644 --- a/ir/be/becopyilp2.c +++ b/ir/be/becopyilp2.c @@ -48,8 +48,6 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ -#include "firm_config.h" - #ifdef WITH_ILP #include "bitset.h" diff --git a/ir/be/becopyilp_t.h b/ir/be/becopyilp_t.h index 484fb0f70..bfa8e696c 100644 --- a/ir/be/becopyilp_t.h +++ b/ir/be/becopyilp_t.h @@ -27,7 +27,6 @@ #ifndef FIRM_BE_BECOPYILP_T_H #define FIRM_BE_BECOPYILP_T_H -#include "firm_config.h" #include "firm_types.h" #include "pset.h" #include "becopyopt_t.h" diff --git a/ir/be/becopystat.h b/ir/be/becopystat.h index 7cd251d75..ed41dfc9c 100644 --- a/ir/be/becopystat.h +++ b/ir/be/becopystat.h @@ -27,7 +27,6 @@ #ifndef FIRM_BE_BECOPYSTAT_H #define FIRM_BE_BECOPYSTAT_H -#include "firm_config.h" #include "firm_types.h" #include "bearch_t.h" #include "bechordal_t.h" diff --git a/ir/be/beemitter.h b/ir/be/beemitter.h index 57964cfdb..06b60e695 100644 --- a/ir/be/beemitter.h +++ b/ir/be/beemitter.h @@ -29,8 +29,6 @@ #ifndef FIRM_BE_BEEMITTER_H #define FIRM_BE_BEEMITTER_H -#include "firm_config.h" - #include #include #include "firm_types.h" diff --git a/ir/be/beilpsched.c b/ir/be/beilpsched.c index 701be35f4..3ef562e4a 100644 --- a/ir/be/beilpsched.c +++ b/ir/be/beilpsched.c @@ -33,8 +33,6 @@ #include "config.h" #endif -#include "firm_config.h" - #ifdef WITH_ILP #include diff --git a/ir/be/bestat.h b/ir/be/bestat.h index 36f1af1d6..afd81d40a 100644 --- a/ir/be/bestat.h +++ b/ir/be/bestat.h @@ -26,8 +26,6 @@ #ifndef FIRM_BE_BESTAT_H #define FIRM_BE_BESTAT_H -#include "firm_config.h" - #include "firm_types.h" #include "irnodeset.h" diff --git a/ir/be/beutil.h b/ir/be/beutil.h index a97371379..fb74fc2c0 100644 --- a/ir/be/beutil.h +++ b/ir/be/beutil.h @@ -26,8 +26,6 @@ #ifndef FIRM_BE_BEUTIL_H #define FIRM_BE_BEUTIL_H -#include "firm_config.h" - #include #include "firm_types.h" diff --git a/ir/be/ia32/bearch_ia32_t.h b/ir/be/ia32/bearch_ia32_t.h index 00aa7220a..06bed8f12 100644 --- a/ir/be/ia32/bearch_ia32_t.h +++ b/ir/be/ia32/bearch_ia32_t.h @@ -26,8 +26,6 @@ #ifndef FIRM_BE_IA32_BEARCH_IA32_T_H #define FIRM_BE_IA32_BEARCH_IA32_T_H -#include "firm_config.h" - #include "pmap.h" #include "debug.h" #include "ia32_nodes_attr.h" diff --git a/ir/be/ia32/ia32_new_nodes.h b/ir/be/ia32/ia32_new_nodes.h index 56fc5ac57..61e667fc8 100644 --- a/ir/be/ia32/ia32_new_nodes.h +++ b/ir/be/ia32/ia32_new_nodes.h @@ -29,7 +29,6 @@ #ifndef FIRM_BE_IA32_IA32_NEW_NODES_H #define FIRM_BE_IA32_IA32_NEW_NODES_H -#include "firm_config.h" #include "ia32_nodes_attr.h" /** indices for AM inputs */ diff --git a/ir/be/ia32/ia32_nodes_attr.h b/ir/be/ia32/ia32_nodes_attr.h index b12a2008f..065cb49c3 100644 --- a/ir/be/ia32/ia32_nodes_attr.h +++ b/ir/be/ia32/ia32_nodes_attr.h @@ -26,8 +26,6 @@ #ifndef FIRM_BE_IA32_IA32_NODES_ATTR_H #define FIRM_BE_IA32_IA32_NODES_ATTR_H -#include "firm_config.h" - #include "firm_types.h" #include "../bearch_t.h" #include "../bemachine.h" diff --git a/ir/be/ia32/ia32_transform.h b/ir/be/ia32/ia32_transform.h index 2fa865b53..03d98ca5d 100644 --- a/ir/be/ia32/ia32_transform.h +++ b/ir/be/ia32/ia32_transform.h @@ -26,7 +26,6 @@ #ifndef FIRM_BE_IA32_IA32_TRANSFORM_H #define FIRM_BE_IA32_IA32_TRANSFORM_H -#include "firm_config.h" #include "bearch_ia32_t.h" /** -- 2.20.1