summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_pipe.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-03-11 12:19:58 +0000
committerkib <kib@FreeBSD.org>2012-03-11 12:19:58 +0000
commit8adabb0356f0bb9d2681f2b8641d303ff20116f1 (patch)
tree2f329a4d66d341eb7a690b2d1dfb1e5424699cfb /sys/kern/sys_pipe.c
parent3cb00e347a6d3134d8cc77576a9aa19ed4375839 (diff)
downloadFreeBSD-src-8adabb0356f0bb9d2681f2b8641d303ff20116f1.zip
FreeBSD-src-8adabb0356f0bb9d2681f2b8641d303ff20116f1.tar.gz
Remove fifo.h. The only used function declaration from the header is
migrated to sys/vnode.h. Submitted by: gianni
Diffstat (limited to 'sys/kern/sys_pipe.c')
-rw-r--r--sys/kern/sys_pipe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index e973c22..6719bda 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -129,8 +129,6 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_page.h>
#include <vm/uma.h>
-#include <fs/fifofs/fifo.h>
-
/*
* Use this define if you want to disable *fancy* VM things. Expect an
* approx 30% decrease in transfer rate. This could be useful for
OpenPOWER on IntegriCloud