diff options
author | 2015-03-14 03:38:46 +0000 | |
---|---|---|
committer | 2015-03-14 03:38:46 +0000 | |
commit | 21dab745d772244ad59a415114e48be2888cfbc8 (patch) | |
tree | 0cf0a65bda8999c8207ac27cc59ed638fb036bb5 /sys/ntfs/ntfs_vfsops.c | |
parent | Move the command line options (mainly -d and -v) out of struct bgpd_config (diff) | |
download | wireguard-openbsd-21dab745d772244ad59a415114e48be2888cfbc8.tar.xz wireguard-openbsd-21dab745d772244ad59a415114e48be2888cfbc8.zip |
Remove some includes include-what-you-use claims don't
have any direct symbols used. Tested for indirect use by compiling
amd64/i386/sparc64 kernels.
ok tedu@ deraadt@
Diffstat (limited to 'sys/ntfs/ntfs_vfsops.c')
-rw-r--r-- | sys/ntfs/ntfs_vfsops.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/ntfs/ntfs_vfsops.c b/sys/ntfs/ntfs_vfsops.c index cd642072140..d7ef07b85dd 100644 --- a/sys/ntfs/ntfs_vfsops.c +++ b/sys/ntfs/ntfs_vfsops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntfs_vfsops.c,v 1.43 2014/12/16 19:56:33 tedu Exp $ */ +/* $OpenBSD: ntfs_vfsops.c,v 1.44 2015/03/14 03:38:52 jsg Exp $ */ /* $NetBSD: ntfs_vfsops.c,v 1.7 2003/04/24 07:50:19 christos Exp $ */ /*- @@ -51,7 +51,6 @@ #include <ntfs/ntfs_subr.h> #include <ntfs/ntfs_vfsops.h> #include <ntfs/ntfs_ihash.h> -#include <ntfs/ntfsmount.h> int ntfs_mount(struct mount *, const char *, void *, struct nameidata *, struct proc *); |