cleanup: Remove unnecessary #include from besched.[ch].
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 24 Nov 2012 20:29:23 +0000 (21:29 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 24 Nov 2012 21:09:25 +0000 (22:09 +0100)
ir/be/amd64/amd64_emitter.c
ir/be/beabihelper.c
ir/be/beinfo.c
ir/be/beintlive_t.h
ir/be/besched.c
ir/be/besched.h
ir/be/sparc/sparc_stackframe.c

index b10b785..e1489a0 100644 (file)
@@ -25,6 +25,7 @@
 
 #include <limits.h>
 
+#include "be_t.h"
 #include "error.h"
 #include "xmalloc.h"
 #include "tv.h"
index c4f908d..6a4f27e 100644 (file)
@@ -27,6 +27,7 @@
 
 #include "beabihelper.h"
 #include "bearch.h"
+#include "beirg.h"
 #include "benode.h"
 #include "besched.h"
 #include "ircons.h"
index bc6b5a3..623afcd 100644 (file)
@@ -26,6 +26,7 @@
 #include <stdbool.h>
 
 #include "beinfo.h"
+#include "beirg.h"
 #include "bearch.h"
 #include "benode.h"
 #include "besched.h"
index d8db720..ce638c2 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "besched.h"
 #include "belive_t.h"
+#include "beutil.h"
 #include "iredges_t.h"
 
 /**
index 276a21d..2546ef1 100644 (file)
 
 #include <stdlib.h>
 
-#include "irprintf.h"
-#include "irgwalk.h"
 #include "firm_types.h"
-#include "irgraph_t.h"
 #include "iredges_t.h"
 #include "ircons.h"
 #include "irgmod.h"
index bb9694f..ffb0619 100644 (file)
 #ifndef FIRM_BE_BESCHED_H
 #define FIRM_BE_BESCHED_H
 
-#include <stdio.h>
 #include <stdbool.h>
 
-#include "irgraph.h"
-#include "irnode.h"
-#include "beirg.h"
 #include "beinfo.h"
-#include "beutil.h"
 
 static sched_info_t *get_irn_sched_info(const ir_node *node)
 {
index d4f5844..fdadc75 100644 (file)
@@ -24,6 +24,7 @@
  */
 #include "config.h"
 
+#include "beirg.h"
 #include "error.h"
 #include "firm_types.h"
 #include "irnode_t.h"