From: Michael Beck Date: Sun, 19 Mar 2006 11:57:50 +0000 (+0000) Subject: remove dependency of irnode.h X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=749c2082b006b472d63f2e2b561547f7bc921954;p=libfirm remove dependency of irnode.h [r7475] --- diff --git a/ir/ir/irgwalk.h b/ir/ir/irgwalk.h index fcf691bd1..cb2d5f668 100644 --- a/ir/ir/irgwalk.h +++ b/ir/ir/irgwalk.h @@ -30,7 +30,7 @@ # ifndef _IRGWALK_H_ # define _IRGWALK_H_ -# include "irnode.h" +# include "firm_types.h" /* type of callback function for ir_graph walk */ #ifndef _IRG_WALK_FUNC_TYPEDEF_