diff options
author | 2014-09-14 14:17:23 +0000 | |
---|---|---|
committer | 2014-09-14 14:17:23 +0000 | |
commit | 7f58a11f6cf13dbd32877952ad2ecc2790ae3977 (patch) | |
tree | ba72f66653619723b06de9c024545af8c5ce1b05 /sys/uvm/uvm_user.c | |
parent | - Don't capitalize jumbo. (diff) | |
download | wireguard-openbsd-7f58a11f6cf13dbd32877952ad2ecc2790ae3977.tar.xz wireguard-openbsd-7f58a11f6cf13dbd32877952ad2ecc2790ae3977.zip |
remove uneeded proc.h includes
ok mpi@ kspillner@
Diffstat (limited to 'sys/uvm/uvm_user.c')
-rw-r--r-- | sys/uvm/uvm_user.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/uvm/uvm_user.c b/sys/uvm/uvm_user.c index 8ee1fca7e47..8be62c06924 100644 --- a/sys/uvm/uvm_user.c +++ b/sys/uvm/uvm_user.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_user.c,v 1.13 2014/07/11 16:35:40 jsg Exp $ */ +/* $OpenBSD: uvm_user.c,v 1.14 2014/09/14 14:17:27 jsg Exp $ */ /* $NetBSD: uvm_user.c,v 1.8 2000/06/27 17:29:37 mrg Exp $ */ /* @@ -35,7 +35,6 @@ #include <sys/param.h> #include <sys/systm.h> -#include <sys/proc.h> #include <uvm/uvm.h> |