From 0e39949080e6dc1c4fa8233185df6814b1e1be5c Mon Sep 17 00:00:00 2001 From: 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 git-svn-id: svn://busybox.net/trunk/busybox@5691 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- 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-55-g6feb