Don't include <vm/vm.h>.

This commit is contained in:
soren 2000-06-27 18:10:04 +00:00
parent de53718be7
commit d6295e3d35
3 changed files with 4 additions and 10 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus.c,v 1.5 2000/06/26 14:20:41 mrg Exp $ */
/* $NetBSD: bus.c,v 1.6 2000/06/27 18:10:04 soren Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -49,8 +49,6 @@
#include <machine/bus.h>
#include <machine/cpu.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <mips/cpuregs.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.18 2000/06/26 14:20:41 mrg Exp $ */
/* $NetBSD: machdep.c,v 1.19 2000/06/27 18:10:04 soren Exp $ */
/*
* Copyright (c) 2000 Soren S. Jorvang. All rights reserved.
@ -43,14 +43,12 @@
#include <sys/device.h>
#include <sys/user.h>
#include <sys/exec.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <sys/sysctl.h>
#include <sys/mount.h>
#include <sys/syscallargs.h>
#include <sys/kcore.h>
#include <uvm/uvm_extern.h>
#include <machine/cpu.h>
#include <machine/reg.h>
#include <machine/psl.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pci_machdep.c,v 1.8 2000/06/26 14:20:42 mrg Exp $ */
/* $NetBSD: pci_machdep.c,v 1.9 2000/06/27 18:10:05 soren Exp $ */
/*
* Copyright (c) 2000 Soren S. Jorvang. All rights reserved.
@ -32,8 +32,6 @@
#include <sys/errno.h>
#include <sys/device.h>
#include <vm/vm.h>
#define _COBALT_BUS_DMA_PRIVATE
#include <machine/bus.h>
#include <machine/intr.h>