diff options
Diffstat (limited to 'lib/libc/string/wcsncpy.c')
| -rw-r--r-- | lib/libc/string/wcsncpy.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/string/wcsncpy.c b/lib/libc/string/wcsncpy.c index dc77ee377acc..28e2e5b33d6a 100644 --- a/lib/libc/string/wcsncpy.c +++ b/lib/libc/string/wcsncpy.c @@ -34,7 +34,6 @@ __RCSID("$NetBSD: wcsncpy.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");  #endif  __FBSDID("$FreeBSD$"); -#include <assert.h>  #include <wchar.h>  wchar_t *  | 
