summaryrefslogtreecommitdiff
path: root/sys/uvm/uvm_mmap.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-09-11 20:05:27 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-09-11 20:05:27 +0000
commit650cf27b4440ede3599ffc101d32dcc91e46bb9a (patch)
tree92c55aa4cd2a8c4cc3625c79f143ed9632fe0a72 /sys/uvm/uvm_mmap.c
parent071c2d52c75d240533eb0bb44f76527fe6f365cf (diff)
Don't include <vm/vm_kern.h> if you don't need foo_map.
Diffstat (limited to 'sys/uvm/uvm_mmap.c')
-rw-r--r--sys/uvm/uvm_mmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/uvm/uvm_mmap.c b/sys/uvm/uvm_mmap.c
index ee8a10c06c5..20311eec008 100644
--- a/sys/uvm/uvm_mmap.c
+++ b/sys/uvm/uvm_mmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uvm_mmap.c,v 1.19 2001/08/11 10:57:22 art Exp $ */
+/* $OpenBSD: uvm_mmap.c,v 1.20 2001/09/11 20:05:26 miod Exp $ */
/* $NetBSD: uvm_mmap.c,v 1.41 2000/05/23 02:19:20 enami Exp $ */
/*
@@ -67,7 +67,6 @@
#include <vm/vm.h>
#include <vm/vm_page.h>
-#include <vm/vm_kern.h>
#include <sys/syscallargs.h>