no need to include <sys/vmmeter.h>

This commit is contained in:
cgd 1994-05-21 04:00:13 +00:00
parent 65b3457b81
commit 11b6c06344
3 changed files with 4 additions and 6 deletions

View File

@ -38,11 +38,11 @@
*/
#include <sys/param.h>
#include <sys/vmmeter.h>
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/resourcevar.h>
#include <sys/device.h>
#include <vm/vm.h>
#include <sys/user.h>
#include <machine/trap.h>
#include <machine/pmap.h>

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)trap.c 7.4 (Berkeley) 5/13/91
* $Id: trap.c,v 1.42 1994/05/18 05:12:14 cgd Exp $
* $Id: trap.c,v 1.43 1994/05/21 04:00:37 cgd Exp $
*/
/*
@ -51,7 +51,6 @@
#ifdef KTRACE
#include <sys/ktrace.h>
#endif
#include <sys/vmmeter.h>
#include <sys/syscall.h>
#include <vm/vm_param.h>

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)vm_pageout.c 7.4 (Berkeley) 5/7/91
* $Id: vm_pageout.c,v 1.12 1994/05/05 20:35:11 mycroft Exp $
* $Id: vm_pageout.c,v 1.13 1994/05/21 04:00:13 cgd Exp $
*
*
* Copyright (c) 1987, 1990 Carnegie-Mellon University.
@ -68,7 +68,6 @@
*/
#include <sys/param.h>
#include <sys/vmmeter.h>
#include <vm/vm.h>
#include <vm/vm_page.h>