no strange stuff for including alloca anymore, use xmalloc.h
[libfirm] / ir / be / becopyopt.c
index 57a381f..2de1592 100644 (file)
@@ -8,13 +8,6 @@
 #include "config.h"
 #endif
 
-#ifdef HAVE_ALLOCA_H
-#include <alloca.h>
-#endif
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
-
 #include "execfreq.h"
 #include "xmalloc.h"
 #include "debug.h"