- BSF/BSR cannot do 16 bit AM in our model, because they only set the lower 16 bits...
[libfirm] / ir / adt / array.c
index bb5f47c..84674e3 100644 (file)
  * @version     $Id$
  */
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
 
-#ifdef HAVE_STDLIB_H
-# include <stdlib.h>
-#endif
+#include <stdlib.h>
 
 #include "array_t.h"
 #include "xmalloc.h"