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