summaryrefslogtreecommitdiff
path: root/usr.bin/join
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-04-20 02:18:54 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-04-20 02:18:54 +0000
commitd969f833edcb8ee2e65c3ada1b13ecc36d630e41 (patch)
treebb22bf6b4a5a8219404d50aa54f4cf2a6c310096 /usr.bin/join
parenta2f7d5dc07a258084343a568e7b4716128664f64 (diff)
downloadsrc-test-d969f833edcb8ee2e65c3ada1b13ecc36d630e41.tar.gz
src-test-d969f833edcb8ee2e65c3ada1b13ecc36d630e41.zip
Remove <ctype.h> - not needed
Notes
Notes: svn path=/head/; revision=95098
Diffstat (limited to 'usr.bin/join')
-rw-r--r--usr.bin/join/join.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c
index 77d680126737e..83fb47f7a699a 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>