From 51ff523803ffa72907ef0cb5d9f95e36ac2b1b73 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 3 Sep 1996 14:25:27 +0000 Subject: Eliminated nested include of in in the kernel. Include it directly in the few places where it is used. Reduced some #includes of to #includes of or nothing. --- sys/fs/procfs/procfs_vnops.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/fs/procfs') diff --git a/sys/fs/procfs/procfs_vnops.c b/sys/fs/procfs/procfs_vnops.c index 6325969..cd1a550 100644 --- a/sys/fs/procfs/procfs_vnops.c +++ b/sys/fs/procfs/procfs_vnops.c @@ -36,7 +36,7 @@ * * @(#)procfs_vnops.c 8.6 (Berkeley) 2/7/94 * - * $Id: procfs_vnops.c,v 1.22 1996/06/17 22:43:36 dyson Exp $ + * $Id: procfs_vnops.c,v 1.23 1996/06/18 05:16:00 dyson Exp $ */ /* @@ -47,8 +47,9 @@ #include #include #include -#include +#include #include +#include #include #include #include -- cgit v1.1