diff options
Diffstat (limited to 'sys/ddb/db_trap.c')
-rw-r--r-- | sys/ddb/db_trap.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/ddb/db_trap.c b/sys/ddb/db_trap.c index 01b15fe7519..bd3c73d08a3 100644 --- a/sys/ddb/db_trap.c +++ b/sys/ddb/db_trap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: db_trap.c,v 1.16 2011/04/03 16:46:19 drahn Exp $ */ +/* $OpenBSD: db_trap.c,v 1.17 2014/07/08 13:02:57 deraadt Exp $ */ /* $NetBSD: db_trap.c,v 1.9 1996/02/05 01:57:18 christos Exp $ */ /* @@ -37,8 +37,6 @@ #include <sys/proc.h> #include <sys/systm.h> -#include <uvm/uvm_extern.h> - #include <machine/db_machdep.h> #include <ddb/db_run.h> |