Remove unnecessary #include <assert.h>; it was used to bring in the

_DIAGASSERT macro on NetBSD, but we don't need it.
This commit is contained in:
Tim J. Robbins 2002-09-21 00:29:23 +00:00
parent 601385b7ca
commit 99330f8368
20 changed files with 0 additions and 20 deletions

View File

@ -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 *

View File

@ -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 *

View File

@ -43,7 +43,6 @@ __RCSID("$NetBSD$");
#endif /* LIBC_SCCS and not lint */
__FBSDID("$FreeBSD$");
#include <assert.h>
#include <wchar.h>
/*

View File

@ -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 *

View File

@ -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

View File

@ -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>
/*

View File

@ -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>
/*

View File

@ -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

View File

@ -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 *

View File

@ -40,7 +40,6 @@ __RCSID("$NetBSD$");
#endif
__FBSDID("$FreeBSD$");
#include <assert.h>
#include <wchar.h>
int

View File

@ -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 *

View File

@ -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 *

View File

@ -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 *

View File

@ -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

View File

@ -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 *

View File

@ -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 *

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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 *