Remove unnecessary inclusion of <assert.h>.

This commit is contained in:
nathanw 2003-02-15 00:52:18 +00:00
parent 6b857c229e
commit 515d60d00c
4 changed files with 4 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pthread_barrier.c,v 1.4 2003/01/31 04:59:40 nathanw Exp $ */
/* $NetBSD: pthread_barrier.c,v 1.5 2003/02/15 00:52:18 nathanw Exp $ */
/*-
* Copyright (c) 2001, 2003 The NetBSD Foundation, Inc.
@ -36,7 +36,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <assert.h>
#include <errno.h>
#include <sys/cdefs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pthread_mutex.c,v 1.8 2003/01/31 02:55:00 nathanw Exp $ */
/* $NetBSD: pthread_mutex.c,v 1.9 2003/02/15 00:52:18 nathanw Exp $ */
/*-
* Copyright (c) 2001, 2003 The NetBSD Foundation, Inc.
@ -37,7 +37,6 @@
*/
#include <sys/cdefs.h>
#include <assert.h>
#include <errno.h>
#include <limits.h>
#include <stdlib.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pthread_rwlock.c,v 1.3 2003/01/31 04:59:40 nathanw Exp $ */
/* $NetBSD: pthread_rwlock.c,v 1.4 2003/02/15 00:52:18 nathanw Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@ -36,7 +36,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <assert.h>
#include <errno.h>
#include <sys/cdefs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pthread_stack.c,v 1.5 2003/01/19 20:58:01 thorpej Exp $ */
/* $NetBSD: pthread_stack.c,v 1.6 2003/02/15 00:52:19 nathanw Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@ -36,7 +36,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <signal.h>