1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-23 16:01:42 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108694
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>