X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyheur.c;h=886b45e97a48fc0eb47cc821e4fb176be347f847;hb=63bea6c02bc23bdd1f63f2847bc180bdaeecb461;hp=28205e560b7c7e9451fcd8bc3203f7f8965173fa;hpb=77e1381e65e9cf4fc065563434492595048e1fa8;p=libfirm diff --git a/ir/be/becopyheur.c b/ir/be/becopyheur.c index 28205e560..886b45e97 100644 --- a/ir/be/becopyheur.c +++ b/ir/be/becopyheur.c @@ -16,13 +16,6 @@ #include "config.h" #endif -#ifdef HAVE_ALLOCA_H -#include -#endif -#ifdef HAVE_MALLOC_H -#include -#endif - #include "debug.h" #include "xmalloc.h" #include "becopyopt_t.h" @@ -30,6 +23,7 @@ #include "benodesets.h" #include "bitset.h" #include "raw_bitset.h" +#include "xmalloc.h" DEBUG_ONLY(static firm_dbg_module_t *dbg = NULL;)