diff options
-rw-r--r-- | sys/sys/pipe.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h index 3d761ad4143..f6d818f1e00 100644 --- a/sys/sys/pipe.h +++ b/sys/sys/pipe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pipe.h,v 1.13 2005/11/21 18:16:46 millert Exp $ */ +/* $OpenBSD: pipe.h,v 1.14 2013/03/22 15:50:16 deraadt Exp $ */ /* * Copyright (c) 1996 John S. Dyson @@ -28,7 +28,6 @@ #include <sys/time.h> /* for struct timeval */ #include <sys/selinfo.h> /* for struct selinfo */ #include <uvm/uvm_extern.h> /* for vm_page_t */ -#include <machine/param.h> /* for PAGE_SIZE */ #endif /* _KERNEL */ /* |