diff options
author | ache <ache@FreeBSD.org> | 2002-04-20 02:18:54 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-04-20 02:18:54 +0000 |
commit | 693c02d4492513b7783441d267d5048346517507 (patch) | |
tree | bb22bf6b4a5a8219404d50aa54f4cf2a6c310096 /usr.bin/join | |
parent | 8b5aa4feb971345f95b19847b6f3bc78769ac946 (diff) | |
download | FreeBSD-src-693c02d4492513b7783441d267d5048346517507.zip FreeBSD-src-693c02d4492513b7783441d267d5048346517507.tar.gz |
Remove <ctype.h> - not needed
Diffstat (limited to 'usr.bin/join')
-rw-r--r-- | usr.bin/join/join.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index 77d6801..83fb47f 100644 --- a/usr.bin/join/join.c +++ b/usr.bin/join/join.c @@ -51,7 +51,6 @@ static const char rcsid[] = #include <sys/param.h> -#include <ctype.h> #include <err.h> #include <errno.h> #include <locale.h> |