From b1352d9ad47bf6b13c942fab9954a08164bb3b0e Mon Sep 17 00:00:00 2001 From: tjr Date: Sat, 21 Sep 2002 00:29:23 +0000 Subject: Remove unnecessary #include ; it was used to bring in the _DIAGASSERT macro on NetBSD, but we don't need it. --- lib/libc/string/wcsspn.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libc/string/wcsspn.c') diff --git a/lib/libc/string/wcsspn.c b/lib/libc/string/wcsspn.c index 7fc996a..584a9d3 100644 --- a/lib/libc/string/wcsspn.c +++ b/lib/libc/string/wcsspn.c @@ -34,7 +34,6 @@ __RCSID("$NetBSD: wcsspn.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif __FBSDID("$FreeBSD$"); -#include #include size_t -- cgit v1.1