diff options
author | 2010-06-26 23:24:43 +0000 | |
---|---|---|
committer | 2010-06-26 23:24:43 +0000 | |
commit | e6d26cf848683f86952a7d1278dce6e126287ea3 (patch) | |
tree | 3bc973b2ee8dd968a52c814742250f2d4764d257 /sys/dev/microcode/adw/adwmcode.c | |
parent | Unbreak removal of one-level search index. (diff) | |
download | wireguard-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/microcode/adw/adwmcode.c')
-rw-r--r-- | sys/dev/microcode/adw/adwmcode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/microcode/adw/adwmcode.c b/sys/dev/microcode/adw/adwmcode.c index 6047964a198..41818b8ff59 100644 --- a/sys/dev/microcode/adw/adwmcode.c +++ b/sys/dev/microcode/adw/adwmcode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: adwmcode.c,v 1.3 2008/06/26 05:42:16 ray Exp $ */ +/* $OpenBSD: adwmcode.c,v 1.4 2010/06/26 23:24:45 guenther Exp $ */ /* $NetBSD: adwmcode.c,v 1.5 2000/05/27 18:24:50 dante Exp $ */ /* @@ -58,7 +58,6 @@ #include <sys/malloc.h> #include <sys/buf.h> #include <sys/proc.h> -#include <sys/user.h> #include <machine/bus.h> #include <machine/intr.h> |