diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-08 13:02:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-08 13:02:58 +0000 |
commit | 3b1b289478793ce7bbe3e3f6a7c11fbb8cda61cf (patch) | |
tree | adf49d6ae26b93b99f674e22afc175c2e81b51ef /sys/ddb/db_trap.c | |
parent | 88639a8016192d04b15fef4583c5371817ebc0c3 (diff) |
These do not need the extremely poorly named uvm/uvm_extern.h (which
pulls in the universe). occasionally they need sys/systm.h
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> |