diff options
Diffstat (limited to 'sys/pc98/i386/machdep.c')
-rw-r--r-- | sys/pc98/i386/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c index a80fee7..d4ac0e8 100644 --- a/sys/pc98/i386/machdep.c +++ b/sys/pc98/i386/machdep.c @@ -35,7 +35,7 @@ * SUCH DAMAGE. * * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.74 1998/02/04 10:19:33 kato Exp $ + * $Id: machdep.c,v 1.75 1998/02/05 10:05:43 kato Exp $ */ #include "apm.h" @@ -43,7 +43,6 @@ #include "opt_bounce.h" #include "opt_cpu.h" #include "opt_ddb.h" -#include "opt_diagnostic.h" #include "opt_maxmem.h" #include "opt_perfmon.h" #include "opt_smp.h" |