From 1fd0b0588f11fe61e5329c403c3f82a3f4d26fab Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 2 Aug 1997 14:33:27 +0000 Subject: Removed unused #includes. --- sys/miscfs/procfs/procfs_vfsops.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/miscfs/procfs/procfs_vfsops.c') diff --git a/sys/miscfs/procfs/procfs_vfsops.c b/sys/miscfs/procfs/procfs_vfsops.c index dfd7611668c7..a6ebbaec02c5 100644 --- a/sys/miscfs/procfs/procfs_vfsops.c +++ b/sys/miscfs/procfs/procfs_vfsops.c @@ -36,7 +36,7 @@ * * @(#)procfs_vfsops.c 8.7 (Berkeley) 5/10/95 * - * $Id$ + * $Id: procfs_vfsops.c,v 1.15 1997/02/22 09:40:31 peter Exp $ */ /* @@ -45,16 +45,12 @@ #include #include -#include #include #include -#include #include #include -#include #include #include -#include /* for PAGE_SIZE */ static int procfs_init __P((struct vfsconf *vfsp)); static int procfs_mount __P((struct mount *mp, char *path, caddr_t data, -- cgit v1.2.3