summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pageout.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-12-07 12:48:31 +0000
committerdg <dg@FreeBSD.org>1995-12-07 12:48:31 +0000
commitc30f46c534617c688a4773ed830c44daa04853ee (patch)
tree19b264d515a181824bd3abb5e342afa65102ff53 /sys/vm/vm_pageout.c
parent03382d7ccd5ed3c8bf17b6719df445c2d9c5dea6 (diff)
downloadFreeBSD-src-c30f46c534617c688a4773ed830c44daa04853ee.zip
FreeBSD-src-c30f46c534617c688a4773ed830c44daa04853ee.tar.gz
Untangled the vm.h include file spaghetti.
Diffstat (limited to 'sys/vm/vm_pageout.c')
-rw-r--r--sys/vm/vm_pageout.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/vm/vm_pageout.c b/sys/vm/vm_pageout.c
index f2b5b31..561be29 100644
--- a/sys/vm/vm_pageout.c
+++ b/sys/vm/vm_pageout.c
@@ -65,7 +65,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_pageout.c,v 1.59 1995/11/05 20:46:02 dyson Exp $
+ * $Id: vm_pageout.c,v 1.60 1995/11/20 12:19:26 phk Exp $
*/
/*
@@ -81,13 +81,20 @@
#include <sys/kernel.h>
#include <sys/signalvar.h>
#include <sys/vnode.h>
+#include <sys/vmmeter.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
+#include <vm/vm_prot.h>
+#include <vm/lock.h>
+#include <vm/vm_object.h>
#include <vm/vm_page.h>
+#include <vm/vm_map.h>
#include <vm/vm_pageout.h>
#include <vm/vm_kern.h>
#include <vm/vm_pager.h>
#include <vm/swap_pager.h>
+#include <vm/vm_extern.h>
/*
* System initialization
OpenPOWER on IntegriCloud