From: Michael Beck Date: Fri, 6 Jul 2007 12:50:40 +0000 (+0000) Subject: missing include added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=aeb2512867b942927b82c671464824de50d3980a;p=libfirm missing include added [r14968] --- diff --git a/ir/ana/execfreq.c b/ir/ana/execfreq.c index 6edc7afcd..e7a4a7a69 100644 --- a/ir/ana/execfreq.c +++ b/ir/ana/execfreq.c @@ -54,6 +54,7 @@ #include "irgwalk.h" #include "iredges.h" #include "irprintf.h" +#include "irtools.h" #include "irhooks.h" #include "execfreq.h" diff --git a/ir/be/beschedregpress.c b/ir/be/beschedregpress.c index a7b7ff32c..2976f4f4f 100644 --- a/ir/be/beschedregpress.c +++ b/ir/be/beschedregpress.c @@ -32,6 +32,7 @@ #include "iredges_t.h" #include "irgwalk.h" +#include "irtools.h" #include "besched_t.h" #include "belistsched.h" diff --git a/ir/be/mips/bearch_mips.c b/ir/be/mips/bearch_mips.c index 3fb250641..4cc3860e0 100644 --- a/ir/be/mips/bearch_mips.c +++ b/ir/be/mips/bearch_mips.c @@ -38,6 +38,7 @@ #include "iredges.h" #include "irdump.h" #include "irextbb.h" +#include "irtools.h" #include "error.h" #include "bitset.h" diff --git a/ir/stat/stat_dmp.c b/ir/stat/stat_dmp.c index 9c68f5b96..3904fb73b 100644 --- a/ir/stat/stat_dmp.c +++ b/ir/stat/stat_dmp.c @@ -28,6 +28,7 @@ #endif #include "stat_dmp.h" +#include "irtools.h" #include "irhooks.h" /**