diff options
author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-21 00:29:23 +0000 |
---|---|---|
committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-09-21 00:29:23 +0000 |
commit | 99330f83685677576370e14645a3fbd239c7c7cf (patch) | |
tree | 57cc90380d26af18cc99bda2d87628dbef5ac3c0 /lib/libc/string/wcscpy.c | |
parent | 601385b7ca0426399e859e97a657e4eb985b1dbd (diff) |
Notes
Diffstat (limited to 'lib/libc/string/wcscpy.c')
-rw-r--r-- | lib/libc/string/wcscpy.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <assert.h> #include <wchar.h> wchar_t * |