summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/pipe.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h
index f6d818f1e00..c08523faaa5 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pipe.h,v 1.14 2013/03/22 15:50:16 deraadt Exp $ */
+/* $OpenBSD: pipe.h,v 1.15 2013/03/25 17:21:35 deraadt Exp $ */
/*
* Copyright (c) 1996 John S. Dyson
@@ -25,9 +25,8 @@
#define _SYS_PIPE_H_
#ifndef _KERNEL
-#include <sys/time.h> /* for struct timeval */
-#include <sys/selinfo.h> /* for struct selinfo */
-#include <uvm/uvm_extern.h> /* for vm_page_t */
+#include <sys/time.h> /* for struct timespec */
+#include <sys/selinfo.h> /* for struct selinfo */
#endif /* _KERNEL */
/*