summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2002-03-14 18:43:52 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2002-03-14 18:43:52 +0000
commitcbc30eb12c09548d204e5092a98874e897f753f4 (patch)
tree147f84da7157f7117b7c38853bb3fbb03585db31 /sys/arch/powerpc
parent85db1234fa27d08b86bfdf99d85b565aa5503a77 (diff)
Do not include headers twice. Pointed out by Dries Schellekens.
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r--sys/arch/powerpc/powerpc/pmap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/powerpc/powerpc/pmap.c b/sys/arch/powerpc/powerpc/pmap.c
index 4d9a32bf2ff..78756580c06 100644
--- a/sys/arch/powerpc/powerpc/pmap.c
+++ b/sys/arch/powerpc/powerpc/pmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.c,v 1.61 2002/03/14 03:15:59 millert Exp $ */
+/* $OpenBSD: pmap.c,v 1.62 2002/03/14 18:43:51 drahn Exp $ */
/*
* Copyright (c) 2001, 2002 Dale Rahn. All rights reserved.
@@ -40,8 +40,6 @@
#include <sys/user.h>
#include <sys/systm.h>
#include <sys/pool.h>
-#include <sys/systm.h>
-#include <sys/pool.h>
#include <uvm/uvm.h>