From: Michael Beck Date: Thu, 26 Apr 2007 23:19:22 +0000 (+0000) Subject: Use libFirm's obst.h instead of obstack.h X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=cceb3e4e5c5a692ded359217b1db291f9e59d022;p=libfirm Use libFirm's obst.h instead of obstack.h [r13504] --- diff --git a/ir/ana2/pto_init.c b/ir/ana2/pto_init.c index 40c8ec870..221b325e9 100644 --- a/ir/ana2/pto_init.c +++ b/ir/ana2/pto_init.c @@ -35,7 +35,6 @@ */ # include -# include #ifdef HAVE_STRING_H # include #endif @@ -43,6 +42,7 @@ # include #endif +# include "obst.h" # include "pto.h" # include "pto_init.h" # include "pto_debug.h" diff --git a/ir/ana2/pto_name.c b/ir/ana2/pto_name.c index 420162cc9..3186ef5f5 100644 --- a/ir/ana2/pto_name.c +++ b/ir/ana2/pto_name.c @@ -43,9 +43,9 @@ #ifdef HAVE_STRING_H # include /* for memcpy */ #endif -# include # include +# include "obst.h" # include "irnode.h" # include "irprog.h" # include "xmalloc.h"