X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firgmod.h;h=f3f77fe885b0dc6094d45f7cdbd4055f4e8fea37;hb=2af743bb2ff323523cf6cf4f7dc593d4f7f95434;hp=55cdd53a9ea7c42dae3e053f14253f200148d6fc;hpb=64d38975c523c9cfe4a3890af23e9192f557e293;p=libfirm diff --git a/ir/ir/irgmod.h b/ir/ir/irgmod.h index 55cdd53a9..f3f77fe88 100644 --- a/ir/ir/irgmod.h +++ b/ir/ir/irgmod.h @@ -18,12 +18,10 @@ * * @author Martin Trapp, Christian Schaefer */ +#ifndef _FIRM_IR_IRGMOD_H_ +#define _FIRM_IR_IRGMOD_H_ - -# ifndef _IRGMOD_H_ -# define _IRGMOD_H_ - -# include "irnode.h" +#include "firm_types.h" /** Exchanges two nodes by conserving edges leaving old (i.e., pointers pointing to old). Turns the old node into an Id. */ @@ -70,4 +68,4 @@ void collect_phiprojs(ir_graph *irg); */ void part_block(ir_node *node); -#endif /* ifndef _IRGMOD_H_ */ +#endif /* ifndef _FIRM_IR_IRGMOD_H_ */