summaryrefslogtreecommitdiffstats
path: root/sys/dev/softraid.c
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2014-09-14 14:17:23 +0000
committerjsg <jsg@openbsd.org>2014-09-14 14:17:23 +0000
commit7f58a11f6cf13dbd32877952ad2ecc2790ae3977 (patch)
treeba72f66653619723b06de9c024545af8c5ce1b05 /sys/dev/softraid.c
parent- Don't capitalize jumbo. (diff)
downloadwireguard-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.c3
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>