X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2Firarch.h;h=8a16de62a5322b002ae20c050ee090713e316f2b;hb=e1c33a238578342a072e1c95ff12eefe6d0acd37;hp=84e8b886bd95bca9dcc9e76df8c63405eb57f6c7;hpb=005ef46ca8b717c172ea3ac50220c23b8438d485;p=libfirm diff --git a/ir/ir/irarch.h b/ir/ir/irarch.h index 84e8b886b..8a16de62a 100644 --- a/ir/ir/irarch.h +++ b/ir/ir/irarch.h @@ -7,10 +7,10 @@ * $Id$ */ -#ifndef _FIRM_IRARCH_H -#define _FIRM_IRARCH_H +#ifndef _FIRM_IR_IRARCH_H_ +#define _FIRM_IR_IRARCH_H_ -#include "irnode.h" +#include "firm_types.h" /** * A parameter structure that drives the machine dependent Firm @@ -136,4 +136,4 @@ ir_node *arch_dep_replace_mod_by_const(ir_node *irn); */ void arch_dep_replace_divmod_by_const(ir_node **div, ir_node **mod, ir_node *irn); -#endif /* _FIRM_IRARCH_H */ +#endif /* _FIRM_IR_IRARCH_H_ */