From: Jeremy Kerr Date: Thu, 20 Dec 2007 15:31:43 +0000 (+0900) Subject: Don't #include X-Git-Tag: v1.0.0~974 X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=commitdiff_plain;h=02aeee42aebbb3a7098b6e0fc570522f9d44de96 Don't #include It isn't present on uClibc, and we don't seem to need anything from this header. Signed-off-by: Jeremy Kerr --- diff --git a/devices/yaboot-cfg.c b/devices/yaboot-cfg.c index a252bdb..57a6997 100644 --- a/devices/yaboot-cfg.c +++ b/devices/yaboot-cfg.c @@ -25,7 +25,6 @@ #include #include #include -#include #define prom_printf printf #define prom_putchar putchar