summaryrefslogtreecommitdiff
path: root/sys/ddb/db_sym.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2015-03-14 03:38:54 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2015-03-14 03:38:54 +0000
commit651a8ec0536429ec664a047ea1884b4f2ca9388e (patch)
treec589290e0c2580b97921907d1dba5bd7d3fc2559 /sys/ddb/db_sym.c
parentb163c91d43910f421639d41e147cfb56136a0617 (diff)
Remove some includes include-what-you-use claims don't
have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
Diffstat (limited to 'sys/ddb/db_sym.c')
-rw-r--r--sys/ddb/db_sym.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_sym.c b/sys/ddb/db_sym.c
index 5c209778f85..1e35a097f53 100644
--- a/sys/ddb/db_sym.c
+++ b/sys/ddb/db_sym.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_sym.c,v 1.36 2014/12/21 16:27:08 mlarkin Exp $ */
+/* $OpenBSD: db_sym.c,v 1.37 2015/03/14 03:38:46 jsg Exp $ */
/* $NetBSD: db_sym.c,v 1.24 2000/08/11 22:50:47 tv Exp $ */
/*
@@ -35,7 +35,6 @@
#include <ddb/db_lex.h>
#include <ddb/db_sym.h>
#include <ddb/db_output.h>
-#include <ddb/db_extern.h>
#include <ddb/db_command.h>
/*