From 080ddc1c199743fe2f46db5e877157cff602c93f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 22 Oct 2002 20:08:51 +0000 Subject: 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 --- miscutils/crond.c | 2 -- miscutils/crontab.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/miscutils/crond.c b/miscutils/crond.c index 225d5026c..8ae54a536 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 c86990653..4263d48dd 100644 --- a/miscutils/crontab.c +++ b/miscutils/crontab.c @@ -18,9 +18,7 @@ #include #include #include -#include #include -#include #include #include #include -- cgit v1.2.3