summaryrefslogtreecommitdiff
path: root/sys/arch/vax/uba/qv.c
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2010-06-26 23:24:46 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2010-06-26 23:24:46 +0000
commiteb23aac2d7eb652ee88e15b7d32db9f5f6b307b4 (patch)
tree03429ad5db3924bb64a9dc031b6ea1931ca9c8e6 /sys/arch/vax/uba/qv.c
parentb67846532dd844d067cf0399f4ba4c50503dbc14 (diff)
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/arch/vax/uba/qv.c')
-rw-r--r--sys/arch/vax/uba/qv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/uba/qv.c b/sys/arch/vax/uba/qv.c
index a70bc1345e1..ff4654e361b 100644
--- a/sys/arch/vax/uba/qv.c
+++ b/sys/arch/vax/uba/qv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qv.c,v 1.14 2010/04/12 12:57:52 tedu Exp $ */
+/* $OpenBSD: qv.c,v 1.15 2010/06/26 23:24:44 guenther Exp $ */
/* $NetBSD: qv.c,v 1.2 1996/09/02 06:44:28 mycroft Exp $ */
/*-
@@ -131,7 +131,6 @@
#include <sys/param.h>
#include <sys/conf.h>
-#include <sys/user.h>
#include <vax/uba/qvioctl.h>
#include <sys/tty.h>
#include <sys/map.h>