summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-08-12 21:51:04 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-08-12 21:51:04 +0000
commit5bf4d1b1e9027348e209eb545a9d060744ea425a (patch)
tree64fa51393b42a992c4723569e04246555b162712 /sys/arch
parent23d2639399f346f293ebee625cb3f36c2564e597 (diff)
uvm_extern.h is enough here
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/i386/trap.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/i386/i386/trap.c b/sys/arch/i386/i386/trap.c
index 2b2dd6501a5..2eb6136dc92 100644
--- a/sys/arch/i386/i386/trap.c
+++ b/sys/arch/i386/i386/trap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: trap.c,v 1.40 2001/05/05 23:25:42 art Exp $ */
+/* $OpenBSD: trap.c,v 1.41 2001/08/12 21:51:03 mickey Exp $ */
/* $NetBSD: trap.c,v 1.95 1996/05/05 06:50:02 mycroft Exp $ */
/*-
@@ -57,10 +57,6 @@
#endif
#include <sys/syscall.h>
-#include <vm/vm_param.h>
-#include <vm/pmap.h>
-#include <vm/vm_map.h>
-
#include <uvm/uvm_extern.h>
#include <machine/cpu.h>