remove dependency of irnode.h
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 19 Mar 2006 11:57:50 +0000 (11:57 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 19 Mar 2006 11:57:50 +0000 (11:57 +0000)
[r7475]

ir/ir/irgwalk.h

index fcf691b..cb2d5f6 100644 (file)
@@ -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_