X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fopt%2Ftropt.h;h=9a594096b837a5a06af6bd8be98ddd9264e28dd9;hb=561fb267e85f6f65eadabb9fb1d647a56248b881;hp=39e3f38d7e6412fe0905a426bd00b5ead77c998e;hpb=2916bb7077be623fdea0408b70b432a4e596d31a;p=libfirm diff --git a/ir/opt/tropt.h b/ir/opt/tropt.h index 39e3f38d7..9a594096b 100644 --- a/ir/opt/tropt.h +++ b/ir/opt/tropt.h @@ -19,13 +19,11 @@ #ifndef _TROPT_H_ #define _TROPT_H_ -#include "irnode.h" -#include "irgraph.h" -#include "type.h" +#include "firm_types.h" /** This is the type for a method, that returns a pointer type to * tp. This is needed in the normalization. */ -typedef type *(*gen_pointer_type_to_func)(type *tp); +typedef ir_type *(*gen_pointer_type_to_func)(ir_type *tp); /** Insert Casts so that class type casts conform exactly with the type hierarchy. *