no strange stuff for including alloca anymore, use xmalloc.h
[libfirm] / ir / be / bechordal.c
index be76923..ad144c4 100644 (file)
 #include "config.h"
 #endif
 
-#ifdef HAVE_MALLOC_H
-#include <malloc.h>
-#endif
-
-#ifdef HAVE_ALLOCA_H
-#include <alloca.h>
-#endif
-
 #include <ctype.h>
 
 #include "obst.h"