summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_pipe.c
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2000-06-29 02:40:37 +0000
committermrg <mrg@NetBSD.org>2000-06-29 02:40:37 +0000
commitc48063facd90b07c793da02bcbfd8e2ca8327866 (patch)
treeb67cf6f7051fb9b273fa6b168a6b8c097ce6af22 /sys/compat/linux/common/linux_pipe.c
parente87450fc4b731e6dc0f098b2885e413e2d370d7e (diff)
remove include of <vm/vm.h>
Diffstat (limited to 'sys/compat/linux/common/linux_pipe.c')
-rw-r--r--sys/compat/linux/common/linux_pipe.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_pipe.c b/sys/compat/linux/common/linux_pipe.c
index 5baed74ccb0..4c211530a35 100644
--- a/sys/compat/linux/common/linux_pipe.c
+++ b/sys/compat/linux/common/linux_pipe.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_pipe.c,v 1.50 2000/06/26 14:38:58 mrg Exp $ */
+/* $NetBSD: linux_pipe.c,v 1.51 2000/06/29 02:40:39 mrg Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -46,8 +46,6 @@
#include <sys/syscallargs.h>
-#include <vm/vm.h>
-
#include <compat/linux/common/linux_types.h>
#include <compat/linux/common/linux_mmap.h>
#include <compat/linux/common/linux_signal.h>