diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 21:00:16 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-08-12 21:00:16 +0000 |
commit | 4f13c7df03aa65736906640ac0e45569dd1d5967 (patch) | |
tree | 5a500efc499ce43ea665096c396f04521f56d051 /sys/arch/mvme88k | |
parent | 705ea333e9d5466f8db261121b3a77e7962d8f66 (diff) |
vm_inherit.h no more
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/include/db_machdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/include/db_machdep.h b/sys/arch/mvme88k/include/db_machdep.h index eeb8b0911ce..e864333d4c3 100644 --- a/sys/arch/mvme88k/include/db_machdep.h +++ b/sys/arch/mvme88k/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.9 2001/08/12 20:13:07 miod Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.10 2001/08/12 21:00:14 mickey Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -38,7 +38,6 @@ #include <sys/types.h> #include <vm/vm_param.h> -#include <vm/vm_inherit.h> #include <uvm/uvm_extern.h> #include <machine/pcb.h> /* m88100_saved_state */ #include <machine/psl.h> |