From 749c2082b006b472d63f2e2b561547f7bc921954 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Sun, 19 Mar 2006 11:57:50 +0000 Subject: [PATCH] remove dependency of irnode.h [r7475] --- ir/ir/irgwalk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ -- 2.20.1