diff options
author | 2014-09-14 14:17:23 +0000 | |
---|---|---|
committer | 2014-09-14 14:17:23 +0000 | |
commit | 7f58a11f6cf13dbd32877952ad2ecc2790ae3977 (patch) | |
tree | ba72f66653619723b06de9c024545af8c5ce1b05 /sys/dev/softraid.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/dev/softraid.c')
-rw-r--r-- | sys/dev/softraid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/softraid.c b/sys/dev/softraid.c index a187da04ce1..6123598007c 100644 --- a/sys/dev/softraid.c +++ b/sys/dev/softraid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: softraid.c,v 1.339 2014/09/13 16:06:37 doug Exp $ */ +/* $OpenBSD: softraid.c,v 1.340 2014/09/14 14:17:24 jsg Exp $ */ /* * Copyright (c) 2007, 2008, 2009 Marco Peereboom <marco@peereboom.us> * Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org> @@ -24,7 +24,6 @@ #include <sys/buf.h> #include <sys/device.h> #include <sys/ioctl.h> -#include <sys/proc.h> #include <sys/malloc.h> #include <sys/pool.h> #include <sys/kernel.h> |