diff options
Diffstat (limited to 'lib/libedit/parse.c')
-rw-r--r-- | lib/libedit/parse.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libedit/parse.c b/lib/libedit/parse.c index e96743fbe3a22..f83dc94c6e386 100644 --- a/lib/libedit/parse.c +++ b/lib/libedit/parse.c @@ -36,8 +36,6 @@ * $NetBSD: parse.c,v 1.13 2000/09/04 22:06:31 lukem Exp $ */ -#include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); #if !defined(lint) && !defined(SCCSID) static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/4/93"; #endif /* not lint && not SCCSID */ |