allow character mode constants
[libfirm] / ir / be / beirgmod.c
index 626821d..e692c5b 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"
@@ -47,7 +41,7 @@
 
 #include "be_t.h"
 #include "bechordal_t.h"
-#include "bearch.h"
+#include "bearch_t.h"
 #include "besched_t.h"
 #include "belive_t.h"
 #include "benode_t.h"