From: Michael Beck Date: Thu, 26 Apr 2007 23:23:41 +0000 (+0000) Subject: Use libFirm's obst.h instead of obstack.h X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=8279528bb31ccbdf4bbdc8db9e6e3f3818094e8c;p=libfirm Use libFirm's obst.h instead of obstack.h [r13506] --- diff --git a/ir/be/becopyopt_t.h b/ir/be/becopyopt_t.h index b565e459f..9f42944d7 100644 --- a/ir/be/becopyopt_t.h +++ b/ir/be/becopyopt_t.h @@ -10,7 +10,7 @@ #ifndef _BECOPYOPT_T_H #define _BECOPYOPT_T_H -#include +#include "obst.h" #include "list.h" #include "bearch_t.h" #include "bechordal_t.h"