diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2008-08-30 18:58:25 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2008-08-30 18:58:25 +0000 |
commit | fa724c216cc61c82fb789054dba0d4d688bb2280 (patch) | |
tree | d820d846b46cd3f5e0bb3458be0ab72273ea3e34 /sys | |
parent | 56c840f41a74c47a85ce76154c0456b0ccf24911 (diff) |
no need to include uvm/uvm.h twice
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/vax/vax/pmap.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/vax/vax/pmap.c b/sys/arch/vax/vax/pmap.c index 79dff3b8e87..e77c81d48ee 100644 --- a/sys/arch/vax/vax/pmap.c +++ b/sys/arch/vax/vax/pmap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmap.c,v 1.47 2008/08/18 23:19:29 miod Exp $ */ +/* $OpenBSD: pmap.c,v 1.48 2008/08/30 18:58:24 martin Exp $ */ /* $NetBSD: pmap.c,v 1.74 1999/11/13 21:32:25 matt Exp $ */ /* * Copyright (c) 1994, 1998, 1999 Ludd, University of Lule}, Sweden. @@ -57,8 +57,6 @@ #include <machine/scb.h> #include <machine/rpb.h> -#include <uvm/uvm.h> - /* QDSS console mapping hack */ #include "qd.h" void qdearly(void); |