diff options
author | jhb <jhb@FreeBSD.org> | 2010-11-09 20:41:10 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2010-11-09 20:41:10 +0000 |
commit | c016e5df4903f7338c86426075bdf44fd1f18282 (patch) | |
tree | 9ae3dc4171a5971ba75bf544f3f5553df0070527 /sys/fs/nwfs | |
parent | 4963bf694d63dab0574a6e5cf9947f888137f9c6 (diff) | |
download | FreeBSD-src-c016e5df4903f7338c86426075bdf44fd1f18282.zip FreeBSD-src-c016e5df4903f7338c86426075bdf44fd1f18282.tar.gz |
Remove unused includes of <sys/mutex.h> and <machine/mutex.h>.
Diffstat (limited to 'sys/fs/nwfs')
-rw-r--r-- | sys/fs/nwfs/nwfs_vnops.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/nwfs/nwfs_vnops.c b/sys/fs/nwfs/nwfs_vnops.c index e4f42b1..ddbdc16 100644 --- a/sys/fs/nwfs/nwfs_vnops.c +++ b/sys/fs/nwfs/nwfs_vnops.c @@ -39,8 +39,6 @@ #include <vm/vm.h> #include <vm/vm_extern.h> -#include <machine/mutex.h> - #include <netncp/ncp.h> #include <netncp/ncp_conn.h> #include <netncp/ncp_subr.h> |