X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Farch%2Farchop.h;h=0d8b30c91fdfc03b3230fe8eb8201de7c1fdbee3;hb=480385f33744a2420d3b4100427aa12198b8dd5a;hp=3f9bfe8839344643ed67b2c5fe4d58fabd85cec9;hpb=05386832aa3e828627ae666ae5086e58d5b658db;p=libfirm diff --git a/ir/arch/archop.h b/ir/arch/archop.h index 3f9bfe883..0d8b30c91 100644 --- a/ir/arch/archop.h +++ b/ir/arch/archop.h @@ -8,8 +8,11 @@ * Copyright: (c) 1998-2005 Universität Karlsruhe * Licence: This file protected by GPL - GNU GENERAL PUBLIC LICENSE. */ -#ifndef _ARCHOP_H_ -#define _ARCHOP_H_ +#ifndef _FIRM_ARCH_ARCHOP_H_ +#define _FIRM_ARCH_ARCHOP_H_ + +#include "firm_types.h" +#include "dbginfo.h" /** * Mask defining which architecture depend @@ -64,4 +67,4 @@ ir_node *arch_transform_node_Mux(ir_node *mux); */ void firm_archops_init(const arch_ops_info *info); -#endif /* _ARCHOP_H_ */ +#endif /* _FIRM_ARCH_ARCHOP_H_ */