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/crontab.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'miscutils/crontab.c') 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