diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 01:53:43 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 01:53:43 +0000 |
commit | 44748b1304a641c14278a408fa5ec9ab634662a2 (patch) | |
tree | 10985a922d4821650cb767cc64480ae9c69d83b2 /sys | |
parent | 5a216b279e13ad8dad1649cf8f62ad1dbbc4beea (diff) |
Redundant includes.
Diffstat (limited to 'sys')
-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> |