diff options
Diffstat (limited to 'coreutils/tail.c')
-rw-r--r-- | coreutils/tail.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coreutils/tail.c b/coreutils/tail.c index 627373b..6c4a6f4 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c @@ -32,7 +32,6 @@ */ #include <sys/types.h> -#include <sys/stat.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h> |