diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-12 21:34:54 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-12 21:34:54 +0000 |
commit | e89844d561cb66250ca962658ce54896d74def92 (patch) | |
tree | c132059e0ee51d23036b2d289e8b422d45f0b8eb /sys/arch/mvme88k/include/pmap.h | |
parent | 43b1cc4e9648a42374a5ef85e639fed142f6261d (diff) |
Actually, I'm not fond of include files including <uvm/uvm_extern.h>,
especially when this is in fact, not necessary.
Diffstat (limited to 'sys/arch/mvme88k/include/pmap.h')
-rw-r--r-- | sys/arch/mvme88k/include/pmap.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/include/pmap.h b/sys/arch/mvme88k/include/pmap.h index c25e5309dee..bcb036a99b3 100644 --- a/sys/arch/mvme88k/include/pmap.h +++ b/sys/arch/mvme88k/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.14 2001/08/12 20:13:07 miod Exp $ */ +/* $OpenBSD: pmap.h,v 1.15 2001/08/12 21:34:48 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1991 Carnegie Mellon University @@ -16,11 +16,9 @@ #define _MACHINE_PMAP_H_ #define OMRON_PMAP -#include <machine/psl.h> /* get standard goodies */ -#include <vm/vm_param.h> -#include <uvm/uvm_extern>h> #include <machine/mmu.h> /* batc_template_t, BATC_MAX, etc.*/ #include <machine/pcb.h> /* pcb_t, etc.*/ +#include <machine/psl.h> /* get standard goodies */ typedef struct sdt_entry *sdt_ptr_t; |