remove #ifdef HAVE_CONFIG_Hs
[libfirm] / ir / opt / ifconv.c
index 849853f..63c7090 100644 (file)
@@ -24,9 +24,7 @@
  * @version $Id$
  */
 
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <assert.h>
 #include "iroptimize.h"
@@ -40,7 +38,6 @@
 #include "irgwalk.h"
 #include "irtools.h"
 #include "array_t.h"
-#include "xmalloc.h"
 
 // debug
 #include "irdump.h"