From c1107fb803dcb40f91c0c0d9a584e00edbfc6558 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 26 Apr 2007 23:24:16 +0000 Subject: [PATCH] Use libFirm's obst.h instead of obstack.h [r13507] --- ir/be/bespillmorgan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.20.1