diff options
Diffstat (limited to 'miscutils/crontab.c')
-rw-r--r-- | miscutils/crontab.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ | |||
18 | #include <time.h> | 18 | #include <time.h> |
19 | #include <dirent.h> | 19 | #include <dirent.h> |
20 | #include <fcntl.h> | 20 | #include <fcntl.h> |
21 | #include <pwd.h> | ||
22 | #include <unistd.h> | 21 | #include <unistd.h> |
23 | #include <grp.h> | ||
24 | #include <syslog.h> | 22 | #include <syslog.h> |
25 | #include <signal.h> | 23 | #include <signal.h> |
26 | #include <getopt.h> | 24 | #include <getopt.h> |