summaryrefslogtreecommitdiff
path: root/usr.bin/grep/queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/grep/queue.c')
-rw-r--r--usr.bin/grep/queue.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/grep/queue.c b/usr.bin/grep/queue.c
index e3c6be1..fa7a95d 100644
--- a/usr.bin/grep/queue.c
+++ b/usr.bin/grep/queue.c
@@ -31,13 +31,6 @@
* Dodge. It is used in place of <sys/queue.h> to get a better performance.
*/
-#if HAVE_NBTOOL_CONFIG_H
-#include "nbtool_config.h"
-#endif
-
-#include <sys/cdefs.h>
-__RCSID("$NetBSD: queue.c,v 1.5 2011/08/31 16:24:57 plunky Exp $");
-
#include <sys/param.h>
#include <sys/queue.h>