aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs/xfs
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2012-03-11 12:19:58 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2012-03-11 12:19:58 +0000
commitb80dcb55aa66c6e4797e37e9da29d587e6eb12bf (patch)
tree2f329a4d66d341eb7a690b2d1dfb1e5424699cfb /sys/gnu/fs/xfs
parent295b83d18d4a03c13944a6c9a35ad204194af008 (diff)
downloadsrc-b80dcb55aa66c6e4797e37e9da29d587e6eb12bf.tar.gz
src-b80dcb55aa66c6e4797e37e9da29d587e6eb12bf.zip
Remove fifo.h. The only used function declaration from the header is
migrated to sys/vnode.h. Submitted by: gianni
Notes
Notes: svn path=/head/; revision=232821
Diffstat (limited to 'sys/gnu/fs/xfs')
-rw-r--r--sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c b/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c
index b935b6468b67..01aa0e5ffe02 100644
--- a/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c
+++ b/sys/gnu/fs/xfs/FreeBSD/xfs_vnops.c
@@ -46,8 +46,6 @@
#include <vm/vm_pager.h>
#include <vm/vnode_pager.h>
-#include <fs/fifofs/fifo.h>
-
#define NO_VFS_MACROS
#include "xfs.h"
#include "xfs_types.h"