don't mention LIBCORE in public headers
authorMatthias Braun <matze@braunis.de>
Wed, 13 Feb 2008 18:10:41 +0000 (18:10 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 13 Feb 2008 18:10:41 +0000 (18:10 +0000)
[r17699]

include/libfirm/be.h
include/libfirm/irprintf.h

index 032130e..42b5ac8 100644 (file)
 #ifndef FIRM_BE_MAIN_H
 #define FIRM_BE_MAIN_H
 
+#include <stdio.h>
 #include "irarch.h"
 #include "archop.h"
 #include "lowering.h"
 
-#include <libcore/lc_timing.h>
-
-#define LC_STOP_AND_RESET_TIMER(timer) do { lc_timer_stop(timer); lc_timer_reset(timer); } while(0)
-
 /**
  * This structure contains parameters that should be
  * propagated to the libFirm parameter set.
index e00ccc2..cfb868f 100644 (file)
@@ -150,8 +150,4 @@ void ir_vsnprintf(char *buf, size_t len, const char *fmt, va_list args);
  */
 void ir_obst_vprintf(struct obstack *obst, const char *fmt, va_list args);
 
-#ifdef WITH_LIBCORE
-#include <libcore/lc_printf.h>
-#endif /* WITH_LIBCORE */
-
 #endif