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/wcspbrk.c | |
| parent | 601385b7ca0426399e859e97a657e4eb985b1dbd (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/wcspbrk.c')
| -rw-r--r-- | lib/libc/string/wcspbrk.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/lib/libc/string/wcspbrk.c b/lib/libc/string/wcspbrk.c index 2a24d0566a51..7315c4445dda 100644 --- a/lib/libc/string/wcspbrk.c +++ b/lib/libc/string/wcspbrk.c @@ -34,7 +34,6 @@ __RCSID("$NetBSD: wcspbrk.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");  #endif  __FBSDID("$FreeBSD$"); -#include <assert.h>  #include <wchar.h>  wchar_t * | 
