summaryrefslogtreecommitdiff
path: root/sys/ntfs/ntfs_vfsops.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2015-03-14 03:38:54 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2015-03-14 03:38:54 +0000
commit651a8ec0536429ec664a047ea1884b4f2ca9388e (patch)
treec589290e0c2580b97921907d1dba5bd7d3fc2559 /sys/ntfs/ntfs_vfsops.c
parentb163c91d43910f421639d41e147cfb56136a0617 (diff)
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.c3
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 *);