summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1999-07-26 05:52:31 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1999-07-26 05:52:31 +0000
commit3f4b38ed039e433b64e5c37395ef0fae5c56508d (patch)
treeb845ca1ad84d612719c33b7294f042cf29e52f12 /lib/libc
parente5f17350bcc6d11da44102ff86cb02729300ee7f (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/regex/regerror.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/regex/regerror.c b/lib/libc/regex/regerror.c
index 1ed6771ffecc..b1d151d40c8e 100644
--- a/lib/libc/regex/regerror.c
+++ b/lib/libc/regex/regerror.c
@@ -44,7 +44,6 @@ static char sccsid[] = "@(#)regerror.c 8.4 (Berkeley) 3/20/94";
#include <sys/types.h>
#include <stdio.h>
#include <string.h>
-#include <ctype.h>
#include <limits.h>
#include <stdlib.h>
#include <regex.h>