diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-15 13:36:46 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-15 13:36:46 +0000 |
commit | 344dc84d0dc63d3256aca03797112a766d32f738 (patch) | |
tree | 1538cd3353ed9a3061627df69234f3ab559f2fed /sys/arch/powerpc/include | |
parent | 27dc0b3af48f66d31bbc8dc211aba461d5aa92d2 (diff) |
Same fix as for mvmeppc needed there, forgot this one.
Diffstat (limited to 'sys/arch/powerpc/include')
-rw-r--r-- | sys/arch/powerpc/include/db_machdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/powerpc/include/db_machdep.h b/sys/arch/powerpc/include/db_machdep.h index 1258e47284c..e7097e3d0c0 100644 --- a/sys/arch/powerpc/include/db_machdep.h +++ b/sys/arch/powerpc/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.12 2001/08/12 21:00:14 mickey Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.13 2001/08/15 13:36:45 miod Exp $ */ /* $NetBSD: db_machdep.h,v 1.13 1996/04/29 20:50:08 leo Exp $ */ /* @@ -35,7 +35,6 @@ #include <sys/types.h> #include <vm/vm_param.h> -#include <uvm/uvm_extern.h> #include <machine/trap.h> #define DB_MACHINE_COMMANDS |