removed unitialized used vartiable
[libfirm] / ir / be / becopyheur.c
index 233a749..886b45e 100644 (file)
  * conflicts is the best one.
  */
 #ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#ifdef HAVE_ALLOCA_H
-#include <alloca.h>
-#endif
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
+#include "config.h"
 #endif
 
 #include "debug.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;)