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/main.c | |
parent | 4379ab04ffa8e258d08e1890a786539030afc4dc (diff) | |
download | FreeBSD-src-b974fb67dc0089c6fb08d9ff01f7eb746e38f124.zip FreeBSD-src-b974fb67dc0089c6fb08d9ff01f7eb746e38f124.tar.gz |
Remove unneeded ctype.h
Diffstat (limited to 'sbin/fsck_ffs/main.c')
-rw-r--r-- | sbin/fsck_ffs/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/fsck_ffs/main.c b/sbin/fsck_ffs/main.c index ddf1892..f2ac7d3 100644 --- a/sbin/fsck_ffs/main.c +++ b/sbin/fsck_ffs/main.c @@ -51,7 +51,6 @@ static const char sccsid[] = "@(#)main.c 8.2 (Berkeley) 1/23/94"; #include <stdlib.h> #include <unistd.h> #include <string.h> -#include <ctype.h> #include <stdio.h> #include "fsck.h" static int argtoi __P((int flag, char *req, char *str, int base)); |