diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 01:44:24 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-11-06 01:44:24 +0000 |
commit | 0886f62abd5539598a565e2dd61f7030de3eef93 (patch) | |
tree | 55beab4b9d1d25fa2f4d8225d173af67f7acd059 | |
parent | dc04ee3dc344ee77405a918a6eb8bf762d2641fc (diff) |
redundant includes.
-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 b2a95032759..57c121a0f9d 100644 --- a/sys/miscfs/procfs/procfs_mem.c +++ b/sys/miscfs/procfs/procfs_mem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: procfs_mem.c,v 1.14 2001/09/19 18:06:17 art Exp $ */ +/* $OpenBSD: procfs_mem.c,v 1.15 2001/11/06 01:44:23 art Exp $ */ /* $NetBSD: procfs_mem.c,v 1.8 1996/02/09 22:40:50 christos Exp $ */ /* @@ -53,8 +53,6 @@ #include <sys/proc.h> #include <sys/vnode.h> #include <miscfs/procfs/procfs.h> -#include <vm/vm.h> -#include <vm/vm_page.h> #include <uvm/uvm_extern.h> |