From c3c48d7bd83f042cc2951754377de928d66fe51e Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 8 Jul 2004 15:07:19 +0000 Subject: [PATCH] used ircons_t.h now [r3369] --- ir/ir/irgopt.c | 2 +- ir/ir/iropt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ir/ir/irgopt.c b/ir/ir/irgopt.c index e6a979978..7798f0f73 100644 --- a/ir/ir/irgopt.c +++ b/ir/ir/irgopt.c @@ -24,7 +24,7 @@ # include "irgraph_t.h" # include "iropt_t.h" # include "irgwalk.h" -# include "ircons.h" +# include "ircons_t.h" # include "irgmod.h" # include "array.h" # include "pset.h" diff --git a/ir/ir/iropt.c b/ir/ir/iropt.c index 13e3bddf0..ba6894c0c 100644 --- a/ir/ir/iropt.c +++ b/ir/ir/iropt.c @@ -18,7 +18,7 @@ # include "irgraph_t.h" # include "irmode_t.h" # include "iropt_t.h" -# include "ircons.h" +# include "ircons_t.h" # include "irgmod.h" # include "irvrfy.h" # include "tv.h" -- 2.20.1