remove firmnet and ycomp remote support (avoid unnecesary/complicated dependencies...
[libfirm] / include / libfirm / irprintf.h
index e00ccc2..7103587 100644 (file)
@@ -27,8 +27,6 @@
 #ifndef FIRM_IR_IRPRINTF_H
 #define FIRM_IR_IRPRINTF_H
 
-#include "firm_config.h"
-
 #include <stddef.h>
 #include <stdarg.h>
 #include <stdio.h>
@@ -150,8 +148,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