Add OALLOC*() to make allocating from obstacks a bit nicer.
[libfirm] / ir / adt / array.c
index ad721ad..84674e3 100644 (file)
@@ -26,9 +26,7 @@
 
 #include "config.h"
 
-#ifdef HAVE_STDLIB_H
-# include <stdlib.h>
-#endif
+#include <stdlib.h>
 
 #include "array_t.h"
 #include "xmalloc.h"