X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=ir%2Fopt%2Fopt_osr.c;h=101fb54c3f21210487d59b31ef6c2a9db82de842;hb=7ecdba3dcec0d0ad84f029bb74665da37a5be727;hp=9ae4a3f39711076afe993edd3dec84db8a24d170;hpb=863d31d7a5c8210432fef88b30fc3e8353131538;p=libfirm diff --git a/ir/opt/opt_osr.c b/ir/opt/opt_osr.c index 9ae4a3f39..101fb54c3 100644 --- a/ir/opt/opt_osr.c +++ b/ir/opt/opt_osr.c @@ -14,13 +14,6 @@ #include "config.h" #endif -#ifdef HAVE_MALLOC_H -#include -#endif -#ifdef HAVE_ALLOCA_H -#include -#endif - #include "opt_osr.h" #include "irgraph.h" #include "ircons.h" @@ -40,6 +33,7 @@ #include "irloop_t.h" #include "array.h" #include "firmstat.h" +#include "xmalloc.h" /** The debug handle. */ DEBUG_ONLY(static firm_dbg_module_t *dbg;)