summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2000-01-27 18:56:14 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2000-01-27 18:56:14 +0000
commit23674c9f722ae4b8744585109f93ed5281626207 (patch)
tree724607f6d1d6647d016d886742f96f007a4ab9d6 /sys
parent780ec3554ab404a09947fcc0c5c040ed124e0d64 (diff)
No need to include sys/vmmeter.h
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/sys_pipe.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index 99517d9baf5..431e1d29170 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sys_pipe.c,v 1.22 1999/11/25 13:39:38 art Exp $ */
+/* $OpenBSD: sys_pipe.c,v 1.23 2000/01/27 18:56:13 art Exp $ */
/*
* Copyright (c) 1996 John S. Dyson
@@ -42,7 +42,6 @@
#include <sys/signalvar.h>
#include <sys/errno.h>
#include <sys/queue.h>
-#include <sys/vmmeter.h>
#include <sys/kernel.h>
#include <sys/mount.h>
#include <sys/syscallargs.h>