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/mvmeppc | |
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/mvmeppc')
-rw-r--r-- | sys/arch/mvmeppc/include/db_machdep.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mvmeppc/include/db_machdep.h b/sys/arch/mvmeppc/include/db_machdep.h index dfbeb144a8a..9ea2f2bda19 100644 --- a/sys/arch/mvmeppc/include/db_machdep.h +++ b/sys/arch/mvmeppc/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.3 2001/08/12 21:00:14 mickey Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.4 2001/08/12 21:34:53 miod Exp $ */ /* $NetBSD: db_machdep.h,v 1.13 1996/04/29 20:50:08 leo Exp $ */ /* @@ -33,9 +33,7 @@ #ifndef _PPC_DB_MACHDEP_H_ #define _PPC_DB_MACHDEP_H_ -#include <sys/types.h> #include <vm/vm_param.h> -#include <uvm/uvm_extern.h> #include <machine/trap.h> /* ELF symbols in ddb */ |