From: Michael Beck Date: Thu, 26 Apr 2007 23:24:16 +0000 (+0000) Subject: Use libFirm's obst.h instead of obstack.h X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=c1107fb803dcb40f91c0c0d9a584e00edbfc6558;p=libfirm Use libFirm's obst.h instead of obstack.h [r13507] --- diff --git a/ir/be/bespillmorgan.c b/ir/be/bespillmorgan.c index fe33d3d34..9afa85130 100644 --- a/ir/be/bespillmorgan.c +++ b/ir/be/bespillmorgan.c @@ -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"