mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 15:32:45 +00:00
Remove unneeded ctype.h
This commit is contained in:
parent
8dcf55a40e
commit
c0fe8534e7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11750
@ -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));
|
||||
|
@ -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 */
|
||||
|
@ -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));
|
||||
|
@ -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 */
|
||||
|
@ -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));
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user