aboutsummaryrefslogtreecommitdiff
path: root/sys/nwfs
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1999-10-29 18:09:36 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1999-10-29 18:09:36 +0000
commit923502ff91327138aa9ef1d59ea7044d2936e0ef (patch)
tree54ae4dddde04dac71ef8349b9ecc3e6ad3401152 /sys/nwfs
parent83cc7ae865521464a7c6df85b0cdaed75263c35b (diff)
Notes
Diffstat (limited to 'sys/nwfs')
-rw-r--r--sys/nwfs/nwfs_io.c1
-rw-r--r--sys/nwfs/nwfs_node.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/nwfs/nwfs_io.c b/sys/nwfs/nwfs_io.c
index e74e463f121ca..1187ae3bb7797 100644
--- a/sys/nwfs/nwfs_io.c
+++ b/sys/nwfs/nwfs_io.c
@@ -46,7 +46,6 @@
#include <sys/sysctl.h>
#include <vm/vm.h>
-#include <vm/vm_prot.h>
#include <vm/vm_page.h>
#include <vm/vm_extern.h>
#include <vm/vm_object.h>
diff --git a/sys/nwfs/nwfs_node.c b/sys/nwfs/nwfs_node.c
index bd4ca7a416c19..223143ec84a56 100644
--- a/sys/nwfs/nwfs_node.c
+++ b/sys/nwfs/nwfs_node.c
@@ -42,7 +42,6 @@
#include <sys/sysctl.h>
#include <vm/vm.h>
#include <vm/vm_extern.h>
-#include <vm/vm_prot.h>
#include <vm/vm_page.h>
#include <vm/vm_object.h>
#include <sys/queue.h>