From cceb3e4e5c5a692ded359217b1db291f9e59d022 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 26 Apr 2007 23:19:22 +0000 Subject: [PATCH] Use libFirm's obst.h instead of obstack.h [r13504] --- ir/ana2/pto_init.c | 2 +- ir/ana2/pto_name.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.20.1