we save entities not idents in ia32 symconsts now
[libfirm] / ir / be / bespillbelady.c
index 49e85b7..c3e2508 100644 (file)
@@ -9,14 +9,6 @@
 #include "config.h"
 #endif
 
-#ifdef HAVE_ALLOCA_H
-#include <alloca.h>
-#endif
-
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
-
 #include "obst.h"
 #include "set.h"
 #include "pset.h"
@@ -29,6 +21,7 @@
 #include "iredges_t.h"
 #include "ircons_t.h"
 #include "irprintf.h"
+#include "xmalloc.h"
 
 #include "beutil.h"
 #include "bearch.h"