we save entities not idents in ia32 symconsts now
[libfirm] / ir / be / beirgmod.c
index 626821d..1a9f768 100644 (file)
 
 #include <stdlib.h>
 
-#ifdef HAVE_MALLOC_H
- #include <malloc.h>
-#endif
-#ifdef HAVE_ALLOCA_H
- #include <alloca.h>
-#endif
-
 #include "hashptr.h"
 #include "pdeq.h"
 #include "pset.h"
@@ -32,6 +25,7 @@
 #include "util.h"
 #include "debug.h"
 #include "error.h"
+#include "xmalloc.h"
 
 #include "irflag_t.h"
 #include "ircons_t.h"