no need for firm_config.h includes anymore
authorMatthias Braun <matze@braunis.de>
Sat, 11 Oct 2008 19:26:36 +0000 (19:26 +0000)
committerMatthias Braun <matze@braunis.de>
Sat, 11 Oct 2008 19:26:36 +0000 (19:26 +0000)
[r22724]

13 files changed:
ir/be/bechordal_main.c
ir/be/becopyilp1.c
ir/be/becopyilp2.c
ir/be/becopyilp_t.h
ir/be/becopystat.h
ir/be/beemitter.h
ir/be/beilpsched.c
ir/be/bestat.h
ir/be/beutil.h
ir/be/ia32/bearch_ia32_t.h
ir/be/ia32/ia32_new_nodes.h
ir/be/ia32/ia32_nodes_attr.h
ir/be/ia32/ia32_transform.h

index aad181f..ca525a0 100644 (file)
@@ -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"
index 9749c90..d7d606d 100644 (file)
@@ -28,8 +28,6 @@
 #include "config.h"
 #endif /* HAVE_CONFIG_H */
 
-#include "firm_config.h"
-
 #ifdef WITH_ILP
 
 #include "becopyilp_t.h"
index db68195..8344b49 100644 (file)
@@ -48,8 +48,6 @@
 #include "config.h"
 #endif /* HAVE_CONFIG_H */
 
-#include "firm_config.h"
-
 #ifdef WITH_ILP
 
 #include "bitset.h"
index 484fb0f..bfa8e69 100644 (file)
@@ -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"
index 7cd251d..ed41dfc 100644 (file)
@@ -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"
index 57964cf..06b60e6 100644 (file)
@@ -29,8 +29,6 @@
 #ifndef FIRM_BE_BEEMITTER_H
 #define FIRM_BE_BEEMITTER_H
 
-#include "firm_config.h"
-
 #include <stdio.h>
 #include <stdarg.h>
 #include "firm_types.h"
index 701be35..3ef562e 100644 (file)
@@ -33,8 +33,6 @@
 #include "config.h"
 #endif
 
-#include "firm_config.h"
-
 #ifdef WITH_ILP
 
 #include <math.h>
index 36f1af1..afd81d4 100644 (file)
@@ -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"
 
index a973713..fb74fc2 100644 (file)
@@ -26,8 +26,6 @@
 #ifndef FIRM_BE_BEUTIL_H
 #define FIRM_BE_BEUTIL_H
 
-#include "firm_config.h"
-
 #include <stdio.h>
 
 #include "firm_types.h"
index 00aa722..06bed8f 100644 (file)
@@ -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"
index 56fc5ac..61e667f 100644 (file)
@@ -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 */
index b12a200..065cb49 100644 (file)
@@ -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"
index 2fa865b..03d98ca 100644 (file)
@@ -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"
 
 /**