From 99330f83685677576370e14645a3fbd239c7c7cf Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" 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/wcscpy.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libc/string/wcscpy.c') diff --git a/lib/libc/string/wcscpy.c b/lib/libc/string/wcscpy.c index 9e72738ffed43..577796352daf5 100644 --- a/lib/libc/string/wcscpy.c +++ b/lib/libc/string/wcscpy.c @@ -34,7 +34,6 @@ __RCSID("$NetBSD: wcscpy.c,v 1.1 2000/12/23 23:14:36 itojun Exp $"); #endif __FBSDID("$FreeBSD$"); -#include #include wchar_t * -- cgit v1.2.3