diff options
author | 2014-09-14 14:17:23 +0000 | |
---|---|---|
committer | 2014-09-14 14:17:23 +0000 | |
commit | 7f58a11f6cf13dbd32877952ad2ecc2790ae3977 (patch) | |
tree | ba72f66653619723b06de9c024545af8c5ce1b05 /sys/kern/kern_physio.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/kern/kern_physio.c')
-rw-r--r-- | sys/kern/kern_physio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_physio.c b/sys/kern/kern_physio.c index bf588f26ba9..bcb84149439 100644 --- a/sys/kern/kern_physio.c +++ b/sys/kern/kern_physio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kern_physio.c,v 1.40 2014/07/13 23:49:40 uebayasi Exp $ */ +/* $OpenBSD: kern_physio.c,v 1.41 2014/09/14 14:17:25 jsg Exp $ */ /* $NetBSD: kern_physio.c,v 1.28 1997/05/19 10:43:28 pk Exp $ */ /*- @@ -42,7 +42,6 @@ #include <sys/systm.h> #include <sys/buf.h> #include <sys/conf.h> -#include <sys/proc.h> #include <sys/pool.h> #include <uvm/uvm_extern.h> |