removed unitialized used vartiable
[libfirm] / ir / be / bearch.c
index db45736..8a104eb 100644 (file)
@@ -6,15 +6,7 @@
  * $Id$
  */
 #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 <string.h>
@@ -22,6 +14,7 @@
 #include "bearch.h"
 #include "ircons_t.h"
 #include "irnode_t.h"
+#include "xmalloc.h"
 
 #include "bitset.h"
 #include "pset.h"