diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-28 12:42:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-03-28 12:42:45 +0000 |
commit | f41b45ebd4bebadf89d86c0854a61e546e81840f (patch) | |
tree | 0f06d6a04a5c79bf1cb427fa86d5144d1727d8b2 /sys/arch/m88k/include | |
parent | 79dd5e77677829b77e21533b3685fede282208b8 (diff) |
Relax dependencies.
Diffstat (limited to 'sys/arch/m88k/include')
-rw-r--r-- | sys/arch/m88k/include/cmmu.h | 4 | ||||
-rw-r--r-- | sys/arch/m88k/include/pmap.h | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/sys/arch/m88k/include/cmmu.h b/sys/arch/m88k/include/cmmu.h index 630af8664e7..39763849f21 100644 --- a/sys/arch/m88k/include/cmmu.h +++ b/sys/arch/m88k/include/cmmu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cmmu.h,v 1.5 2004/08/06 13:23:49 miod Exp $ */ +/* $OpenBSD: cmmu.h,v 1.6 2005/03/28 12:42:44 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1992 Carnegie Mellon University @@ -28,8 +28,6 @@ #ifndef _M88K_CMMU_H_ #define _M88K_CMMU_H_ -#include <machine/mmu.h> - #if defined(_KERNEL) && !defined(_LOCORE) /* * Prototypes and stuff for cmmu.c. diff --git a/sys/arch/m88k/include/pmap.h b/sys/arch/m88k/include/pmap.h index 014d5f5c7ed..c4a950d5752 100644 --- a/sys/arch/m88k/include/pmap.h +++ b/sys/arch/m88k/include/pmap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.h,v 1.4 2004/08/06 22:39:13 deraadt Exp $ */ +/* $OpenBSD: pmap.h,v 1.5 2005/03/28 12:42:44 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1991 Carnegie Mellon University @@ -16,7 +16,6 @@ #define _M88K_PMAP_H_ #include <machine/mmu.h> -#include <machine/pcb.h> /* * PMAP structure |