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/crond.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'miscutils/crond.c') 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 -- cgit v1.2.3-55-g6feb