summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/machdep.c
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2004-11-27 06:51:39 +0000
committerdas <das@FreeBSD.org>2004-11-27 06:51:39 +0000
commit130bed654798f5974ea1b814996c1b960dc03919 (patch)
treeee0da1ed6777c64e0cd28bc317983024127c0118 /sys/powerpc/aim/machdep.c
parent0b21c939c0a54cb34f0810d1353e74009ad7176a (diff)
downloadFreeBSD-src-130bed654798f5974ea1b814996c1b960dc03919.zip
FreeBSD-src-130bed654798f5974ea1b814996c1b960dc03919.tar.gz
Don't include sys/user.h merely for its side-effect of recursively
including other headers.
Diffstat (limited to 'sys/powerpc/aim/machdep.c')
-rw-r--r--sys/powerpc/aim/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c
index b98689b..c09fcf5 100644
--- a/sys/powerpc/aim/machdep.c
+++ b/sys/powerpc/aim/machdep.c
@@ -97,13 +97,13 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_extern.h>
#include <vm/vm_object.h>
#include <vm/vm_pager.h>
-#include <sys/user.h>
#include <sys/ptrace.h>
#include <machine/bat.h>
#include <machine/clock.h>
#include <machine/cpu.h>
#include <machine/md_var.h>
#include <machine/metadata.h>
+#include <machine/pcb.h>
#include <machine/reg.h>
#include <machine/fpu.h>
#include <machine/vmparam.h>
OpenPOWER on IntegriCloud