missing include added
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 6 Jul 2007 12:50:40 +0000 (12:50 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 6 Jul 2007 12:50:40 +0000 (12:50 +0000)
[r14968]

ir/ana/execfreq.c
ir/be/beschedregpress.c
ir/be/mips/bearch_mips.c
ir/stat/stat_dmp.c

index 6edc7af..e7a4a7a 100644 (file)
@@ -54,6 +54,7 @@
 #include "irgwalk.h"
 #include "iredges.h"
 #include "irprintf.h"
+#include "irtools.h"
 #include "irhooks.h"
 
 #include "execfreq.h"
index a7b7ff3..2976f4f 100644 (file)
@@ -32,6 +32,7 @@
 
 #include "iredges_t.h"
 #include "irgwalk.h"
+#include "irtools.h"
 
 #include "besched_t.h"
 #include "belistsched.h"
index 3fb2506..4cc3860 100644 (file)
@@ -38,6 +38,7 @@
 #include "iredges.h"
 #include "irdump.h"
 #include "irextbb.h"
+#include "irtools.h"
 #include "error.h"
 
 #include "bitset.h"
index 9c68f5b..3904fb7 100644 (file)
@@ -28,6 +28,7 @@
 #endif
 
 #include "stat_dmp.h"
+#include "irtools.h"
 #include "irhooks.h"
 
 /**