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/wmemset.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libc/string/wmemset.c') diff --git a/lib/libc/string/wmemset.c b/lib/libc/string/wmemset.c index 1680cdb..b923f14 100644 --- a/lib/libc/string/wmemset.c +++ b/lib/libc/string/wmemset.c @@ -34,7 +34,6 @@ __RCSID("$NetBSD: wmemset.c,v 1.1 2000/12/23 23:14:37 itojun Exp $"); #endif __FBSDID("$FreeBSD$"); -#include #include wchar_t * -- cgit v1.1