Remove unused #include's.

Submitted by:	phk
This commit is contained in:
Alan Cox 1999-11-07 20:03:54 +00:00
parent 6edf2a5be8
commit 79e1e3b9b4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52973
4 changed files with 0 additions and 5 deletions

View File

@ -41,8 +41,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/vmmeter.h>
#include <vm/vm.h>
#include <vm/vm_object.h>

View File

@ -43,7 +43,6 @@
#include <sys/systm.h>
#include <sys/conf.h>
#include <sys/mman.h>
#include <sys/malloc.h>
#include <vm/vm.h>
#include <vm/vm_object.h>

View File

@ -70,7 +70,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
#include <sys/proc.h>
#include <sys/vmmeter.h>
#include <sys/mman.h>

View File

@ -54,7 +54,6 @@
#include <sys/lock.h>
#include <vm/pmap.h>
#include <vm/vm_map.h>
#include <vm/swap_pager.h>
#ifndef _SYS_SYSPROTO_H_
struct obreak_args {