From b9413ca5ee18dda9ddd280d3cd934a13b35a571a Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 19 May 2006 02:22:44 +0000 Subject: [PATCH] removed unused includes [r7769] --- ir/tr/type.h | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/ir/tr/type.h b/ir/tr/type.h index 16d2b004f..efb9d28a3 100644 --- a/ir/tr/type.h +++ b/ir/tr/type.h @@ -32,16 +32,13 @@ * @see tpop.h */ -# ifndef _TYPE_H_ -# define _TYPE_H_ +#ifndef _FIRM_TR_TYPE_H_ +#define _FIRM_TR_TYPE_H_ -# include "firm_types.h" -# include "tpop.h" -# include "firm_common.h" -# include "ident.h" -# include "irmode.h" -# include "dbginfo.h" -# include "tr_inheritance.h" +#include "firm_types.h" +#include "tpop.h" +#include "firm_common.h" +#include "dbginfo.h" /** * An abstract data type to represent types. @@ -1279,5 +1276,4 @@ entity *frame_alloc_area(type *frame_type, int size, int alignment, int at_start */ long get_type_nr(const ir_type *tp); - -# endif /* _TYPE_H_ */ +#endif /* _FIRM_TR_TYPE_H_ */ -- 2.20.1