diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/tail.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/coreutils/tail.c b/coreutils/tail.c index 4c3c3b9..505a8fd 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c @@ -24,13 +24,6 @@ * 7) lseek attempted when count==0 even if arg was +0 (from top) */ -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <ctype.h> -#include <unistd.h> -#include <fcntl.h> -#include <sys/stat.h> #include "busybox.h" static const struct suffix_mult tail_suffixes[] = { |