diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-08-02 14:33:27 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-08-02 14:33:27 +0000 |
| commit | 1fd0b0588f11fe61e5329c403c3f82a3f4d26fab (patch) | |
| tree | b3a0547f4192cd5dfee8a6303191218b96c700e1 /sys/miscfs/procfs/procfs_mem.c | |
| parent | bbd5c527aabde5574588489e5d82b0eaa3fcbdbf (diff) | |
Notes
Diffstat (limited to 'sys/miscfs/procfs/procfs_mem.c')
| -rw-r--r-- | sys/miscfs/procfs/procfs_mem.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/miscfs/procfs/procfs_mem.c b/sys/miscfs/procfs/procfs_mem.c index ef049bd700d8..97b7d9b584be 100644 --- a/sys/miscfs/procfs/procfs_mem.c +++ b/sys/miscfs/procfs/procfs_mem.c @@ -37,7 +37,7 @@ * * @(#)procfs_mem.c 8.5 (Berkeley) 6/15/94 * - * $Id: procfs_mem.c,v 1.24 1997/04/06 02:29:31 dyson Exp $ + * $Id: procfs_mem.c,v 1.25 1997/04/20 17:12:11 dyson Exp $ */ /* @@ -47,8 +47,6 @@ #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 <miscfs/procfs/procfs.h> |
