diff options
author | ache <ache@FreeBSD.org> | 1995-10-23 23:50:20 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-10-23 23:50:20 +0000 |
commit | b974fb67dc0089c6fb08d9ff01f7eb746e38f124 (patch) | |
tree | 1948831654bb52e25bab52456715c7d3508ceca5 /sbin/fsck_ffs/utilities.c | |
parent | 4379ab04ffa8e258d08e1890a786539030afc4dc (diff) | |
download | FreeBSD-src-b974fb67dc0089c6fb08d9ff01f7eb746e38f124.zip FreeBSD-src-b974fb67dc0089c6fb08d9ff01f7eb746e38f124.tar.gz |
Remove unneeded ctype.h
Diffstat (limited to 'sbin/fsck_ffs/utilities.c')
-rw-r--r-- | sbin/fsck_ffs/utilities.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/fsck_ffs/utilities.c b/sbin/fsck_ffs/utilities.c index e8a872d..2028215 100644 --- a/sbin/fsck_ffs/utilities.c +++ b/sbin/fsck_ffs/utilities.c @@ -45,7 +45,6 @@ static const char sccsid[] = "@(#)utilities.c 8.1 (Berkeley) 6/5/93"; #include <unistd.h> #include <stdarg.h> #include <string.h> -#include <ctype.h> #include "fsck.h" long diskreads, totalreads; /* Disk cache statistics */ |