diff options
author | 2014-09-14 14:17:23 +0000 | |
---|---|---|
committer | 2014-09-14 14:17:23 +0000 | |
commit | 7f58a11f6cf13dbd32877952ad2ecc2790ae3977 (patch) | |
tree | ba72f66653619723b06de9c024545af8c5ce1b05 /sys/kern/vfs_cluster.c | |
parent | - Don't capitalize jumbo. (diff) | |
download | wireguard-openbsd-7f58a11f6cf13dbd32877952ad2ecc2790ae3977.tar.xz wireguard-openbsd-7f58a11f6cf13dbd32877952ad2ecc2790ae3977.zip |
remove uneeded proc.h includes
ok mpi@ kspillner@
Diffstat (limited to 'sys/kern/vfs_cluster.c')
-rw-r--r-- | sys/kern/vfs_cluster.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c index 89d84c67696..cc40dfdda34 100644 --- a/sys/kern/vfs_cluster.c +++ b/sys/kern/vfs_cluster.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_cluster.c,v 1.42 2014/07/12 18:43:32 tedu Exp $ */ +/* $OpenBSD: vfs_cluster.c,v 1.43 2014/09/14 14:17:26 jsg Exp $ */ /* $NetBSD: vfs_cluster.c,v 1.12 1996/04/22 01:39:05 christos Exp $ */ /* @@ -33,7 +33,6 @@ */ #include <sys/param.h> -#include <sys/proc.h> #include <sys/buf.h> #include <sys/vnode.h> #include <sys/mount.h> |