From a0c2de17a0cbd24a34119aca32f92017cf9a2f41 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 1 Jun 2007 21:22:19 +0000 Subject: [PATCH] moved all lower_* header into new lowering.h [r14259] --- ir/lower/lower_calls.c | 2 +- ir/lower/lower_dw.c | 2 +- ir/lower/lower_hl.c | 2 +- ir/lower/lower_intrinsics.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ir/lower/lower_calls.c b/ir/lower/lower_calls.c index edc753cdf..606d9f77b 100644 --- a/ir/lower/lower_calls.c +++ b/ir/lower/lower_calls.c @@ -28,6 +28,7 @@ #include "config.h" #endif +#include "lowering.h" #include "irprog_t.h" #include "irnode_t.h" #include "type_t.h" @@ -35,7 +36,6 @@ #include "ircons.h" #include "irgmod.h" #include "irgwalk.h" -#include "lower_calls.h" #include "irtools.h" #include "iroptimize.h" #include "array.h" diff --git a/ir/lower/lower_dw.c b/ir/lower/lower_dw.c index 7cfc3be09..753eb9d0d 100644 --- a/ir/lower/lower_dw.c +++ b/ir/lower/lower_dw.c @@ -37,6 +37,7 @@ #include +#include "lowering.h" #include "irnode_t.h" #include "irgraph_t.h" #include "irmode_t.h" @@ -49,7 +50,6 @@ #include "firmstat.h" #include "irgwalk.h" #include "ircons.h" -#include "lower_dw.h" #include "irflag.h" #include "irtools.h" #include "debug.h" diff --git a/ir/lower/lower_hl.c b/ir/lower/lower_hl.c index da09af025..1bd1ffea6 100644 --- a/ir/lower/lower_hl.c +++ b/ir/lower/lower_hl.c @@ -27,13 +27,13 @@ # include "config.h" #endif +#include "lowering.h" #include "irmode_t.h" #include "irnode_t.h" #include "entity_t.h" #include "typerep.h" #include "irprog_t.h" #include "ircons.h" -#include "lower_hl.h" #include "irhooks.h" #include "irgmod.h" #include "irgwalk.h" diff --git a/ir/lower/lower_intrinsics.c b/ir/lower/lower_intrinsics.c index a0f819995..37b5d7fbd 100644 --- a/ir/lower/lower_intrinsics.c +++ b/ir/lower/lower_intrinsics.c @@ -28,6 +28,7 @@ #include "config.h" #endif +#include "lowering.h" #include "irop_t.h" #include "irprog_t.h" #include "irnode_t.h" @@ -37,7 +38,6 @@ #include "irgmod.h" #include "irgopt.h" #include "trouts.h" -#include "lower_intrinsics.h" #include "pmap.h" #include "xmalloc.h" -- 2.20.1