moved beirg.h include from be.h to files which use it
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 15 Dec 2006 10:32:44 +0000 (10:32 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Fri, 15 Dec 2006 10:32:44 +0000 (10:32 +0000)
ir/be/be.h
ir/be/beilpsched.h
ir/be/belistsched.h
ir/be/bera.h

index 48fd5e6..efab423 100644 (file)
@@ -7,7 +7,6 @@
 #include "lower_dw.h"
 #include "dbginfo.h"
 #include "ifconv.h"
-#include "beirg.h"
 
 #define LC_STOP_AND_RESET_TIMER(timer) do { lc_timer_stop(timer); lc_timer_reset(timer); } while(0)
 
index b381d68..5f206a5 100644 (file)
@@ -4,6 +4,7 @@
 #include "firm_config.h"
 
 #include "bemachine.h"
+#include "beirg.h"
 
 typedef struct _ilp_sched_selector_t ilp_sched_selector_t;
 
index 56880db..4a133c3 100644 (file)
@@ -14,6 +14,7 @@
 #include "benodesets.h"
 #include "bearch_t.h"
 #include "be.h"
+#include "beirg.h"
 
 typedef struct _list_sched_selector_t list_sched_selector_t;
 
index 942f338..1b83e76 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "be.h"
 #include "belive.h"
+#include "beirg.h"
 
 #ifdef WITH_LIBCORE