From: Michael Beck Date: Thu, 8 Jul 2004 15:07:19 +0000 (+0000) Subject: used ircons_t.h now X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=c3c48d7bd83f042cc2951754377de928d66fe51e;p=libfirm used ircons_t.h now [r3369] --- 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"