remove include of <vm/vm.h>

This commit is contained in:
mrg 2000-06-27 17:55:38 +00:00
parent e5dbe33df1
commit f324eef2d2
5 changed files with 7 additions and 13 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_break.h,v 1.13 1999/04/12 20:38:20 pk Exp $ */
/* $NetBSD: db_break.h,v 1.14 2000/06/27 17:55:38 mrg Exp $ */
/*
* Mach Operating System
@ -32,7 +32,7 @@
#ifndef _DDB_DB_BREAK_H_
#define _DDB_DB_BREAK_H_
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
/*
* Breakpoints.

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_command.c,v 1.48 2000/06/17 05:57:41 jhawk Exp $ */
/* $NetBSD: db_command.c,v 1.49 2000/06/27 17:55:39 mrg Exp $ */
/*
* Mach Operating System
@ -59,8 +59,6 @@
#include <ddb/db_sym.h>
#include <ddb/db_extern.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <uvm/uvm_ddb.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: db_variables.c,v 1.17 1999/10/28 06:37:32 lukem Exp $ */
/* $NetBSD: db_variables.c,v 1.18 2000/06/27 17:55:39 mrg Exp $ */
/*
* Mach Operating System
@ -31,7 +31,7 @@
#include <sys/param.h>
#include <sys/proc.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <sys/sysctl.h>
#include <machine/db_machdep.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: audio.c,v 1.127 2000/06/26 04:56:17 simonb Exp $ */
/* $NetBSD: audio.c,v 1.128 2000/06/27 17:58:22 mrg Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@ -82,8 +82,6 @@
#include <dev/audio_if.h>
#include <dev/audiovar.h>
#include <vm/vm.h>
#include <machine/endian.h>
#ifdef AUDIO_DEBUG

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.23 2000/06/26 14:21:10 mrg Exp $ */
/* $NetBSD: md.c,v 1.24 2000/06/27 17:58:21 mrg Exp $ */
/*
* Copyright (c) 1995 Gordon W. Ross, Leo Weppelman.
@ -58,8 +58,6 @@
#include <sys/conf.h>
#include <sys/disklabel.h>
#include <vm/vm.h>
#include <uvm/uvm_extern.h>
#include <dev/md.h>