Remove unneeded ctype.h
This commit is contained in:
parent
4379ab04ff
commit
b974fb67dc
@ -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…
x
Reference in New Issue
Block a user