Use libFirm's obst.h instead of obstack.h
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 26 Apr 2007 23:19:22 +0000 (23:19 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 26 Apr 2007 23:19:22 +0000 (23:19 +0000)
[r13504]

ir/ana2/pto_init.c
ir/ana2/pto_name.c

index 40c8ec8..221b325 100644 (file)
@@ -35,7 +35,6 @@
 */
 
 # include <assert.h>
-# include <obstack.h>
 #ifdef HAVE_STRING_H
 # include <string.h>
 #endif
@@ -43,6 +42,7 @@
 # include <strings.h>
 #endif
 
+# include "obst.h"
 # include "pto.h"
 # include "pto_init.h"
 # include "pto_debug.h"
index 420162c..3186ef5 100644 (file)
@@ -43,9 +43,9 @@
 #ifdef HAVE_STRING_H
 # include <string.h>            /* for memcpy */
 #endif
-# include <obstack.h>
 # include <errno.h>
 
+# include "obst.h"
 # include "irnode.h"
 # include "irprog.h"
 # include "xmalloc.h"