start register allocator again, fix typo
[libfirm] / ir / be / be.h
index 48fd5e6..3b6fecd 100644 (file)
@@ -7,7 +7,12 @@
 #include "lower_dw.h"
 #include "dbginfo.h"
 #include "ifconv.h"
-#include "beirg.h"
+
+#ifdef WITH_LIBCORE
+#include <libcore/lc_opts.h>
+#include <libcore/lc_opts_enum.h>
+#include <libcore/lc_timing.h>
+#endif /* WITH_LIBCORE */
 
 #define LC_STOP_AND_RESET_TIMER(timer) do { lc_timer_stop(timer); lc_timer_reset(timer); } while(0)