- Changed keep logic: all nodes can be keeped yet, thi is necessary to fix fehler152
[libfirm] / ir / ir / irargs.c
index 41678b7..66bbd7f 100644 (file)
 
 #include "firm_config.h"
 
-#ifdef WITH_LIBCORE
-
 #include "bitset.h"
 
 #include <ctype.h>
-#include <libcore/lc_printf.h>
 
+#include "lc_printf.h"
 #include "firm_common.h"
 #include "irnode_t.h"
 #include "entity_t.h"
@@ -321,5 +319,3 @@ lc_arg_env_t *firm_get_arg_env(void)
 
   return env;
 }
-
-#endif /* WITH_LIBCORE */