diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-14 14:17:28 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2014-09-14 14:17:28 +0000 |
commit | f86fd20f7920e0ce9eed94dbfa81ade1020f9bd4 (patch) | |
tree | d3e9a139df0f7b8cbe6c9989bc352cfa506c55d7 /sys/uvm/uvm_amap.c | |
parent | a0c7f6a85405e690b4fe4f037a7dcb011f423de8 (diff) |
remove uneeded proc.h includes
ok mpi@ kspillner@
Diffstat (limited to 'sys/uvm/uvm_amap.c')
-rw-r--r-- | sys/uvm/uvm_amap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/uvm/uvm_amap.c b/sys/uvm/uvm_amap.c index 77ec30cde1b..f020dcb043a 100644 --- a/sys/uvm/uvm_amap.c +++ b/sys/uvm/uvm_amap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_amap.c,v 1.53 2014/07/12 18:44:01 tedu Exp $ */ +/* $OpenBSD: uvm_amap.c,v 1.54 2014/09/14 14:17:27 jsg Exp $ */ /* $NetBSD: uvm_amap.c,v 1.27 2000/11/25 06:27:59 chs Exp $ */ /* @@ -35,7 +35,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <sys/malloc.h> #include <sys/kernel.h> #include <sys/pool.h> |