summaryrefslogtreecommitdiffstats
path: root/sys/dev/raidframe
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2010-06-26 23:24:43 +0000
committerguenther <guenther@openbsd.org>2010-06-26 23:24:43 +0000
commite6d26cf848683f86952a7d1278dce6e126287ea3 (patch)
tree3bc973b2ee8dd968a52c814742250f2d4764d257 /sys/dev/raidframe
parentUnbreak removal of one-level search index. (diff)
downloadwireguard-openbsd-e6d26cf848683f86952a7d1278dce6e126287ea3.tar.xz
wireguard-openbsd-e6d26cf848683f86952a7d1278dce6e126287ea3.zip
Don't #include <sys/user.h> into files that don't need the stuff
it defines. In some cases, this means pulling in uvm.h or pcb.h instead, but most of the inclusions were just noise. Tested on alpha, amd64, armish, hppa, i386, macpcc, sgi, sparc64, and vax, mostly by krw and naddy. ok krw@
Diffstat (limited to 'sys/dev/raidframe')
-rw-r--r--sys/dev/raidframe/rf_openbsdkintf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/raidframe/rf_openbsdkintf.c b/sys/dev/raidframe/rf_openbsdkintf.c
index 193915b404e..69bba6d32a5 100644
--- a/sys/dev/raidframe/rf_openbsdkintf.c
+++ b/sys/dev/raidframe/rf_openbsdkintf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rf_openbsdkintf.c,v 1.56 2010/05/23 13:49:35 naddy Exp $ */
+/* $OpenBSD: rf_openbsdkintf.c,v 1.57 2010/06/26 23:24:45 guenther Exp $ */
/* $NetBSD: rf_netbsdkintf.c,v 1.109 2001/07/27 03:30:07 oster Exp $ */
/*-
@@ -119,7 +119,6 @@
#include <sys/lock.h>
#include <sys/buf.h>
#include <sys/proc.h>
-#include <sys/user.h>
#include <sys/reboot.h>
#include "raid.h"