summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-11-06 02:08:00 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-11-06 02:08:00 +0000
commitb8aed5bdad331a1218191532d03096c4dc7a98e5 (patch)
tree79f98967580d6819deebe038dbbb37ac99d93a3a /sys/arch
parent44748b1304a641c14278a408fa5ec9ab634662a2 (diff)
Redundant includes.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/mac68k/mac68k/pmap.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mac68k/mac68k/pmap.c b/sys/arch/mac68k/mac68k/pmap.c
index dbe285f7bc4..09abc463719 100644
--- a/sys/arch/mac68k/mac68k/pmap.c
+++ b/sys/arch/mac68k/mac68k/pmap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pmap.c,v 1.29 2001/09/19 20:50:56 mickey Exp $ */
+/* $OpenBSD: pmap.c,v 1.30 2001/11/06 02:07:59 art Exp $ */
/* $NetBSD: pmap.c,v 1.55 1999/04/22 04:24:53 chs Exp $ */
/*
@@ -103,9 +103,6 @@
#include <machine/pte.h>
-#include <vm/vm.h>
-#include <vm/vm_page.h>
-
#include <uvm/uvm.h>
#include <machine/cpu.h>