diff options
| -rw-r--r-- | lib/libc/string/wcscat.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wcschr.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wcscmp.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wcscpy.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wcscspn.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wcslcat.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wcslcpy.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wcslen.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wcsncat.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wcsncmp.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wcsncpy.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wcspbrk.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wcsrchr.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wcsspn.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wcsstr.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wmemchr.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wmemcmp.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wmemcpy.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wmemmove.c | 1 | ||||
| -rw-r--r-- | lib/libc/string/wmemset.c | 1 | 
20 files changed, 0 insertions, 20 deletions
| diff --git a/lib/libc/string/wcscat.c b/lib/libc/string/wcscat.c index 1568c2ce1d30..e12d8dfdf7c2 100644 --- a/lib/libc/string/wcscat.c +++ b/lib/libc/string/wcscat.c @@ -34,7 +34,6 @@ __RCSID("$NetBSD: wcscat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");  #endif  __FBSDID("$FreeBSD$"); -#include <assert.h>  #include <wchar.h>  wchar_t * diff --git a/lib/libc/string/wcschr.c b/lib/libc/string/wcschr.c index eb2674384bc6..3a81488bdae3 100644 --- a/lib/libc/string/wcschr.c +++ b/lib/libc/string/wcschr.c @@ -34,7 +34,6 @@ __RCSID("$NetBSD: wcschr.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");  #endif  __FBSDID("$FreeBSD$"); -#include <assert.h>  #include <wchar.h>  wchar_t * diff --git a/lib/libc/string/wcscmp.c b/lib/libc/string/wcscmp.c index 26ea03d61851..89ce020f8796 100644 --- a/lib/libc/string/wcscmp.c +++ b/lib/libc/string/wcscmp.c @@ -43,7 +43,6 @@ __RCSID("$NetBSD$");  #endif /* LIBC_SCCS and not lint */  __FBSDID("$FreeBSD$"); -#include <assert.h>  #include <wchar.h>  /* diff --git a/lib/libc/string/wcscpy.c b/lib/libc/string/wcscpy.c index 9e72738ffed4..577796352daf 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 * 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 diff --git a/lib/libc/string/wcslcat.c b/lib/libc/string/wcslcat.c index 9edfbdbd96d8..6466f0690fd7 100644 --- a/lib/libc/string/wcslcat.c +++ b/lib/libc/string/wcslcat.c @@ -36,7 +36,6 @@ __RCSID("$NetBSD: wcslcat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");  __FBSDID("$FreeBSD$");  #include <sys/types.h> -#include <assert.h>  #include <wchar.h>  /* diff --git a/lib/libc/string/wcslcpy.c b/lib/libc/string/wcslcpy.c index 575b264cdca7..1b9459a0c19e 100644 --- a/lib/libc/string/wcslcpy.c +++ b/lib/libc/string/wcslcpy.c @@ -36,7 +36,6 @@ __RCSID("$NetBSD: wcslcpy.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");  __FBSDID("$FreeBSD$");  #include <sys/types.h> -#include <assert.h>  #include <wchar.h>  /* diff --git a/lib/libc/string/wcslen.c b/lib/libc/string/wcslen.c index 82ff51bf46c7..1636d98cd276 100644 --- a/lib/libc/string/wcslen.c +++ b/lib/libc/string/wcslen.c @@ -34,7 +34,6 @@ __RCSID("$NetBSD: wcslen.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");  #endif  __FBSDID("$FreeBSD$"); -#include <assert.h>  #include <wchar.h>  size_t diff --git a/lib/libc/string/wcsncat.c b/lib/libc/string/wcsncat.c index d10278892847..ba49a9eab98a 100644 --- a/lib/libc/string/wcsncat.c +++ b/lib/libc/string/wcsncat.c @@ -34,7 +34,6 @@ __RCSID("$NetBSD: wcsncat.c,v 1.1 2000/12/23 23:14:36 itojun Exp $");  #endif  __FBSDID("$FreeBSD$"); -#include <assert.h>  #include <wchar.h>  wchar_t * diff --git a/lib/libc/string/wcsncmp.c b/lib/libc/string/wcsncmp.c index 81bc86c0de53..d16f0739320c 100644 --- a/lib/libc/string/wcsncmp.c +++ b/lib/libc/string/wcsncmp.c @@ -40,7 +40,6 @@ __RCSID("$NetBSD$");  #endif  __FBSDID("$FreeBSD$"); -#include <assert.h>  #include <wchar.h>  int 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 * 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 * diff --git a/lib/libc/string/wcsrchr.c b/lib/libc/string/wcsrchr.c index b7b236b68a14..9294b8d611eb 100644 --- a/lib/libc/string/wcsrchr.c +++ b/lib/libc/string/wcsrchr.c @@ -34,7 +34,6 @@ __RCSID("$NetBSD: wcsrchr.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");  #endif  __FBSDID("$FreeBSD$"); -#include <assert.h>  #include <wchar.h>  wchar_t * diff --git a/lib/libc/string/wcsspn.c b/lib/libc/string/wcsspn.c index 7fc996a781a8..584a9d352850 100644 --- a/lib/libc/string/wcsspn.c +++ b/lib/libc/string/wcsspn.c @@ -34,7 +34,6 @@ __RCSID("$NetBSD: wcsspn.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");  #endif  __FBSDID("$FreeBSD$"); -#include <assert.h>  #include <wchar.h>  size_t diff --git a/lib/libc/string/wcsstr.c b/lib/libc/string/wcsstr.c index 8d37979f30e3..99e8ac00c0c9 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 * diff --git a/lib/libc/string/wmemchr.c b/lib/libc/string/wmemchr.c index 2aaec09203ba..2d96708fd6c4 100644 --- a/lib/libc/string/wmemchr.c +++ b/lib/libc/string/wmemchr.c @@ -34,7 +34,6 @@ __RCSID("$NetBSD: wmemchr.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");  #endif  __FBSDID("$FreeBSD$"); -#include <assert.h>  #include <wchar.h>  wchar_t	* diff --git a/lib/libc/string/wmemcmp.c b/lib/libc/string/wmemcmp.c index 4491cf0622a0..c9a9095b8eb2 100644 --- a/lib/libc/string/wmemcmp.c +++ b/lib/libc/string/wmemcmp.c @@ -34,7 +34,6 @@ __RCSID("$NetBSD: wmemcmp.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");  #endif  __FBSDID("$FreeBSD$"); -#include <assert.h>  #include <wchar.h>  int diff --git a/lib/libc/string/wmemcpy.c b/lib/libc/string/wmemcpy.c index 6d11e459de45..38d563d8053c 100644 --- a/lib/libc/string/wmemcpy.c +++ b/lib/libc/string/wmemcpy.c @@ -34,7 +34,6 @@ __RCSID("$NetBSD: wmemcpy.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");  #endif  __FBSDID("$FreeBSD$"); -#include <assert.h>  #include <string.h>  #include <wchar.h> diff --git a/lib/libc/string/wmemmove.c b/lib/libc/string/wmemmove.c index e4e80b25b515..6b3ee94e3a90 100644 --- a/lib/libc/string/wmemmove.c +++ b/lib/libc/string/wmemmove.c @@ -34,7 +34,6 @@ __RCSID("$NetBSD: wmemmove.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");  #endif  __FBSDID("$FreeBSD$"); -#include <assert.h>  #include <string.h>  #include <wchar.h> diff --git a/lib/libc/string/wmemset.c b/lib/libc/string/wmemset.c index 1680cdbe0e8d..b923f14637f1 100644 --- a/lib/libc/string/wmemset.c +++ b/lib/libc/string/wmemset.c @@ -34,7 +34,6 @@ __RCSID("$NetBSD: wmemset.c,v 1.1 2000/12/23 23:14:37 itojun Exp $");  #endif  __FBSDID("$FreeBSD$"); -#include <assert.h>  #include <wchar.h>  wchar_t	* | 
