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

ir/be/bespillmorgan.c

index fe33d3d..9afa851 100644 (file)
@@ -21,7 +21,7 @@
 #include "irloop_t.h"
 #include "irgraph_t.h"
 #include "irprintf.h"
-#include "obstack.h"
+#include "obst.h"
 
 #include "bespillbelady.h"
 #include "beverify.h"