diff options
author | bde <bde@FreeBSD.org> | 1997-08-02 14:33:27 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-08-02 14:33:27 +0000 |
commit | 9195bd1ec7d7d8d8239de6a1eb75124aa8307f1f (patch) | |
tree | 9c6abeea2159a31b9e536051714351e3abfe9989 /sys/miscfs/procfs/procfs_subr.c | |
parent | b6f496a4ab1dbf77dccbdc672e9d9cd294a36b99 (diff) | |
download | FreeBSD-src-9195bd1ec7d7d8d8239de6a1eb75124aa8307f1f.zip FreeBSD-src-9195bd1ec7d7d8d8239de6a1eb75124aa8307f1f.tar.gz |
Removed unused #includes.
Diffstat (limited to 'sys/miscfs/procfs/procfs_subr.c')
-rw-r--r-- | sys/miscfs/procfs/procfs_subr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/miscfs/procfs/procfs_subr.c b/sys/miscfs/procfs/procfs_subr.c index 4793a7f..42e9bf4 100644 --- a/sys/miscfs/procfs/procfs_subr.c +++ b/sys/miscfs/procfs/procfs_subr.c @@ -36,13 +36,11 @@ * * @(#)procfs_subr.c 8.6 (Berkeley) 5/14/95 * - * $Id: procfs_subr.c,v 1.15 1997/06/21 16:09:49 alex Exp $ + * $Id: procfs_subr.c,v 1.16 1997/06/26 16:12:53 alex Exp $ */ #include <sys/param.h> #include <sys/systm.h> -#include <sys/time.h> -#include <sys/kernel.h> #include <sys/proc.h> #include <sys/vnode.h> #include <sys/malloc.h> |