summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-01 03:17:34 +0000
committerbde <bde@FreeBSD.org>1997-09-01 03:17:34 +0000
commita08aff2d022dc4bb812023beb2d5878e4359b050 (patch)
tree1e71492f6a7cf6922c1ae7cb2283bb68acc9528a /sys/vm/vm_glue.c
parente11885cf926169424a630220c5c01ea5d959bc3f (diff)
downloadFreeBSD-src-a08aff2d022dc4bb812023beb2d5878e4359b050.zip
FreeBSD-src-a08aff2d022dc4bb812023beb2d5878e4359b050.tar.gz
Removed unused #includes.
Diffstat (limited to 'sys/vm/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index e8d1731..7ce32d4 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -59,7 +59,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_glue.c,v 1.64 1997/04/14 03:40:42 peter Exp $
+ * $Id: vm_glue.c,v 1.65 1997/08/21 20:33:42 bde Exp $
*/
#include "opt_rlimit.h"
@@ -73,14 +73,12 @@
#include <sys/vmmeter.h>
#include <sys/kernel.h>
-#include <sys/dkstat.h>
#include <sys/unistd.h>
#include <machine/limits.h>
#include <vm/vm.h>
#include <vm/vm_param.h>
-#include <vm/vm_inherit.h>
#include <vm/vm_prot.h>
#include <sys/lock.h>
#include <vm/pmap.h>
@@ -89,8 +87,6 @@
#include <vm/vm_pageout.h>
#include <vm/vm_kern.h>
#include <vm/vm_extern.h>
-#include <vm/vm_object.h>
-#include <vm/vm_pager.h>
#include <sys/user.h>
OpenPOWER on IntegriCloud