fix another PIC problem
[libfirm] / ir / be / bera.h
index 178e7b5..126b260 100644 (file)
@@ -27,8 +27,6 @@
 #ifndef FIRM_BE_BERA_H
 #define FIRM_BE_BERA_H
 
-#include <libcore/lc_timing.h>
-
 #include "irnode.h"
 
 #include "belive.h"
@@ -45,6 +43,4 @@ void be_register_allocator(const char *name, be_ra_t *allocator);
  */
 void be_allocate_registers(be_irg_t *birg);
 
-int (values_interfere)(const be_irg_t *birg, const ir_node *a, const ir_node *b);
-
-#endif /* FIRM_BE_BERA_H */
+#endif