summaryrefslogtreecommitdiff
path: root/sys/ddb/db_print.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2014-09-14 14:17:28 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2014-09-14 14:17:28 +0000
commitf86fd20f7920e0ce9eed94dbfa81ade1020f9bd4 (patch)
treed3e9a139df0f7b8cbe6c9989bc352cfa506c55d7 /sys/ddb/db_print.c
parenta0c7f6a85405e690b4fe4f037a7dcb011f423de8 (diff)
remove uneeded proc.h includes
ok mpi@ kspillner@
Diffstat (limited to 'sys/ddb/db_print.c')
-rw-r--r--sys/ddb/db_print.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_print.c b/sys/ddb/db_print.c
index f87f54f0926..0f459c72b6f 100644
--- a/sys/ddb/db_print.c
+++ b/sys/ddb/db_print.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: db_print.c,v 1.13 2014/07/08 13:02:57 deraadt Exp $ */
+/* $OpenBSD: db_print.c,v 1.14 2014/09/14 14:17:24 jsg Exp $ */
/* $NetBSD: db_print.c,v 1.5 1996/02/05 01:57:11 christos Exp $ */
/*
@@ -35,7 +35,6 @@
*/
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/proc.h>
#include <machine/db_machdep.h>