cleanup: Remove unnecesary #include from bearch.h.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 24 Nov 2012 19:40:17 +0000 (20:40 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 24 Nov 2012 21:09:24 +0000 (22:09 +0100)
12 files changed:
ir/be/TEMPLATE/TEMPLATE_emitter.c
ir/be/amd64/amd64_emitter.c
ir/be/amd64/bearch_amd64.c
ir/be/arm/arm_cconv.c
ir/be/bearch.h
ir/be/becopyilp2.c
ir/be/bedwarf.c
ir/be/ia32/bearch_ia32_t.h
ir/be/sparc/sparc_cconv.c
ir/be/sparc/sparc_lower64.c
ir/be/sparc/sparc_stackframe.c
ir/ir/irop.c

index aaf66ca..1517fca 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <limits.h>
 
+#include "error.h"
 #include "xmalloc.h"
 #include "tv.h"
 #include "iredges.h"
index 6397d58..b10b785 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <limits.h>
 
+#include "error.h"
 #include "xmalloc.h"
 #include "tv.h"
 #include "iredges.h"
index ed865c1..ced6d1d 100644 (file)
@@ -33,6 +33,7 @@
 
 #include "bitset.h"
 #include "debug.h"
+#include "error.h"
 
 #include "be.h"
 #include "bearch.h"
index 8ca715c..d225fdf 100644 (file)
@@ -25,6 +25,7 @@
 #include "config.h"
 
 #include "arm_cconv.h"
+#include "beirg.h"
 #include "irmode.h"
 #include "typerep.h"
 #include "xmalloc.h"
index f471eb2..3325425 100644 (file)
 #include <stdbool.h>
 
 #include "firm_types.h"
-#include "bitset.h"
 #include "obst.h"
 #include "raw_bitset.h"
-#include "irop_t.h"
 
 #include "be_types.h"
 #include "beinfo.h"
 #include "be.h"
-#include "beirg.h"
-#include "error.h"
 
 /**
  * this constant is returned by the get_sp_bias functions if the stack
index 32a0395..82cb443 100644 (file)
@@ -46,6 +46,7 @@
 #include "config.h"
 
 #include "bitset.h"
+#include "error.h"
 #include "raw_bitset.h"
 #include "pdeq.h"
 
index 4b67027..5476e16 100644 (file)
@@ -30,6 +30,7 @@
 
 #include "bearch.h"
 #include "bedwarf_t.h"
+#include "error.h"
 #include "obst.h"
 #include "irprog.h"
 #include "irgraph.h"
index 155daac..bb38021 100644 (file)
@@ -34,6 +34,7 @@
 
 #include "be.h"
 #include "beemitter.h"
+#include "beirg.h"
 #include "gen_ia32_regalloc_if.h"
 
 #ifdef NDEBUG
index 9cafdb9..564c71f 100644 (file)
@@ -24,6 +24,8 @@
  */
 #include "config.h"
 
+#include "be_t.h"
+#include "beirg.h"
 #include "sparc_cconv.h"
 #include "irmode.h"
 #include "irgwalk.h"
index f6fe642..5ece32c 100644 (file)
@@ -25,6 +25,7 @@
 #include "config.h"
 
 #include "bearch_sparc_t.h"
+#include "error.h"
 #include "gen_sparc_new_nodes.h"
 #include "lower_dw.h"
 #include "ircons_t.h"
index 23283f4..d4f5844 100644 (file)
@@ -24,6 +24,7 @@
  */
 #include "config.h"
 
+#include "error.h"
 #include "firm_types.h"
 #include "irnode_t.h"
 #include "bearch_sparc_t.h"
index fd32f2a..c1001c8 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <string.h>
 
+#include "error.h"
 #include "irop_t.h"
 #include "irnode_t.h"
 #include "irhooks.h"