diff options
author | 2001-11-06 01:53:42 +0000 | |
---|---|---|
committer | 2001-11-06 01:53:42 +0000 | |
commit | 9cc3c6347bd078b14cd34cd371236ba44ab8c151 (patch) | |
tree | f22f81f3689d5905caacda6ca37c148d7fe63cd4 | |
parent | redundant includes. (diff) | |
download | wireguard-openbsd-9cc3c6347bd078b14cd34cd371236ba44ab8c151.tar.xz wireguard-openbsd-9cc3c6347bd078b14cd34cd371236ba44ab8c151.zip |
Redundant includes.
-rw-r--r-- | sys/arch/hp300/hp300/pmap.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/hp300/hp300/pmap.c b/sys/arch/hp300/hp300/pmap.c index f1eb96c5cfa..c6b318d5c5e 100644 --- a/sys/arch/hp300/hp300/pmap.c +++ b/sys/arch/hp300/hp300/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.29 2001/11/04 02:58:54 miod Exp $ */ +/* $OpenBSD: pmap.c,v 1.30 2001/11/06 01:53:42 art Exp $ */ /* $NetBSD: pmap.c,v 1.80 1999/09/16 14:52:06 chs Exp $ */ /*- @@ -140,11 +140,7 @@ #include <machine/pte.h> -#include <vm/vm.h> -#include <vm/vm_page.h> - #include <uvm/uvm.h> -#include <uvm/uvm_extern.h> #include <machine/cpu.h> |