diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1997-07-20 13:02:05 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1997-07-20 13:02:05 +0000 |
| commit | 3e80cd50dfeb79489c8a859b4741d9ce5460df5e (patch) | |
| tree | ada926def567fea01c357d329754407909c1f689 | |
| parent | f94276a0956d3613a76614508158bfd06dc537b8 (diff) | |
Notes
| -rw-r--r-- | sys/pc98/pc98/pc98_machdep.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/pc98/pc98/pc98_machdep.c b/sys/pc98/pc98/pc98_machdep.c index c28d3ca2a13d..51ee80a18f29 100644 --- a/sys/pc98/pc98/pc98_machdep.c +++ b/sys/pc98/pc98/pc98_machdep.c @@ -31,22 +31,11 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/vmmeter.h> #include <scsi/scsiconf.h> -#include <vm/vm.h> -#include <vm/vm_param.h> -#include <vm/vm_prot.h> -#include <vm/vm_kern.h> -#include <vm/vm_object.h> -#include <vm/vm_page.h> -#include <vm/vm_pager.h> -#include <vm/vm_extern.h> - #include <pc98/pc98/pc98.h> #include <pc98/pc98/pc98_machdep.h> -#include <i386/isa/isa_device.h> extern int Maxmem; extern int Maxmem_under16M; |
