No need to include <assert.h> here.

This commit is contained in:
Tim J. Robbins 2003-01-05 02:43:18 +00:00
parent 6c4952c7b4
commit 051900864f
4 changed files with 0 additions and 4 deletions

View File

@ -19,7 +19,6 @@ __RCSID("$NetBSD: tdelete.c,v 1.2 1999/09/16 11:45:37 lukem Exp $");
#endif
__FBSDID("$FreeBSD$");
#include <assert.h>
#define _SEARCH_PRIVATE
#include <search.h>
#include <stdlib.h>

View File

@ -19,7 +19,6 @@ __RCSID("$NetBSD: tfind.c,v 1.2 1999/09/16 11:45:37 lukem Exp $");
#endif
__FBSDID("$FreeBSD$");
#include <assert.h>
#define _SEARCH_PRIVATE
#include <stdlib.h>
#include <search.h>

View File

@ -19,7 +19,6 @@ __RCSID("$NetBSD: tsearch.c,v 1.3 1999/09/16 11:45:37 lukem Exp $");
#endif
__FBSDID("$FreeBSD$");
#include <assert.h>
#define _SEARCH_PRIVATE
#include <search.h>
#include <stdlib.h>

View File

@ -19,7 +19,6 @@ __RCSID("$NetBSD: twalk.c,v 1.1 1999/02/22 10:33:16 christos Exp $");
#endif
__FBSDID("$FreeBSD$");
#include <assert.h>
#define _SEARCH_PRIVATE
#include <search.h>
#include <stdlib.h>