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