summaryrefslogtreecommitdiffstats
path: root/sys/dev/softraid_raid0.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_raid0.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_raid0.c')
-rw-r--r--sys/dev/softraid_raid0.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/softraid_raid0.c b/sys/dev/softraid_raid0.c
index 913aeba2e08..532fb492549 100644
--- a/sys/dev/softraid_raid0.c
+++ b/sys/dev/softraid_raid0.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: softraid_raid0.c,v 1.45 2013/11/21 16:54:46 krw Exp $ */
+/* $OpenBSD: softraid_raid0.c,v 1.46 2014/09/14 14:17:24 jsg Exp $ */
/*
* Copyright (c) 2008 Marco Peereboom <marco@peereboom.us>
*
@@ -22,7 +22,6 @@
#include <sys/buf.h>
#include <sys/device.h>
#include <sys/ioctl.h>
-#include <sys/proc.h>
#include <sys/malloc.h>
#include <sys/kernel.h>
#include <sys/disk.h>