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

ir/be/becopyopt_t.h

index b565e45..9f42944 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef _BECOPYOPT_T_H
 #define _BECOPYOPT_T_H
 
-#include <obstack.h>
+#include "obst.h"
 #include "list.h"
 #include "bearch_t.h"
 #include "bechordal_t.h"