diff options
Diffstat (limited to 'lib/libedit/map.c')
-rw-r--r-- | lib/libedit/map.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libedit/map.c b/lib/libedit/map.c index 592631cc949f8..67c61cf56500c 100644 --- a/lib/libedit/map.c +++ b/lib/libedit/map.c @@ -36,8 +36,6 @@ * $NetBSD: map.c,v 1.13 2001/01/04 15:56:32 christos Exp $ */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); #if !defined(lint) && !defined(SCCSID) static char sccsid[] = "@(#)map.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ |