fix firm backend
[libfirm] / ir / be / bemodule.h
index dfa67c5..e66545c 100644 (file)
@@ -32,8 +32,6 @@ void be_quit_modules(void);
 
 //---------------------------------------------------------------------------
 
-#ifdef WITH_LIBCORE
-
 #include <libcore/lc_opts.h>
 
 typedef struct be_module_list_entry_t be_module_list_entry_t;
@@ -47,5 +45,3 @@ void be_add_module_list_opt(lc_opt_entry_t *grp, const char *name,
                             void **var);
 
 #endif
-
-#endif