diff options
Diffstat (limited to 'sys/ddb/db_input.c')
-rw-r--r-- | sys/ddb/db_input.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c index a43fea7da85..6889c07b861 100644 --- a/sys/ddb/db_input.c +++ b/sys/ddb/db_input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_input.c,v 1.12 2014/07/08 13:02:57 deraadt Exp $ */ +/* $OpenBSD: db_input.c,v 1.13 2014/09/14 14:17:24 jsg Exp $ */ /* $NetBSD: db_input.c,v 1.7 1996/02/05 01:57:02 christos Exp $ */ /* @@ -32,7 +32,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <machine/db_machdep.h> |