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