From: Eric Andersen Date: Tue, 22 Oct 2002 20:08:51 +0000 (-0000) Subject: mjn3 noticed that crond and crontab had #include and #include X-Git-Tag: 0_60_5~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=080ddc1c199743fe2f46db5e877157cff602c93f;p=platform%2Fupstream%2Fbusybox.git mjn3 noticed that crond and crontab had #include and #include but this conflicted with the internal pwd_.h and grp_.h. Removing these headers is correct, since the correct pwd/grp headers will be included via busybox.h -Erik --- diff --git a/miscutils/crond.c b/miscutils/crond.c index 225d502..8ae54a5 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c @@ -22,9 +22,7 @@ #include #include #include -#include #include -#include #include #include #include diff --git a/miscutils/crontab.c b/miscutils/crontab.c index c869906..4263d48 100644 --- a/miscutils/crontab.c +++ b/miscutils/crontab.c @@ -18,9 +18,7 @@ #include #include #include -#include #include -#include #include #include #include