diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2013-04-06 04:38:14 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2013-04-06 04:38:14 +0000 |
commit | 3f26dd6e8a75bb04bf1a261613d9d80117648717 (patch) | |
tree | 3d6f167eb4741b949d7a70236b7c45adf20723b1 | |
parent | 14703be6917bec0b4adeba536e4b1ebef90bc297 (diff) |
there aren't any locks in here anymore, so we don't need lock.h
-rw-r--r-- | sys/sys/vnode.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 8964e2d284d..9a3f43f5f3c 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vnode.h,v 1.114 2013/03/28 03:27:46 tedu Exp $ */ +/* $OpenBSD: vnode.h,v 1.115 2013/04/06 04:38:13 tedu Exp $ */ /* $NetBSD: vnode.h,v 1.38 1996/02/29 20:59:05 cgd Exp $ */ /* @@ -38,7 +38,6 @@ #include <sys/buf.h> #include <sys/types.h> #include <sys/queue.h> -#include <sys/lock.h> #include <sys/selinfo.h> #include <sys/tree.h> |