diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-07-06 20:42:53 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-07-06 20:42:53 +0000 |
commit | e2e790c2b74e6f46712b94aa569844d440c415c6 (patch) | |
tree | a716905f0e07be0e3d9a409c11cd320f03c9446f | |
parent | c04522f74637064071544ab12bf1e010ebd302c5 (diff) |
These files no longer need to include <machine/nexus.h>
-rw-r--r-- | sys/arch/vax/mbus/fwio.c | 3 | ||||
-rw-r--r-- | sys/arch/vax/vax/machdep.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/vax/mbus/fwio.c b/sys/arch/vax/mbus/fwio.c index 32d62fc7542..e29a8d5ca3c 100644 --- a/sys/arch/vax/mbus/fwio.c +++ b/sys/arch/vax/mbus/fwio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fwio.c,v 1.1 2008/08/18 23:19:25 miod Exp $ */ +/* $OpenBSD: fwio.c,v 1.2 2011/07/06 20:42:52 miod Exp $ */ /* * Copyright (c) 2008 Miodrag Vallat. @@ -33,7 +33,6 @@ #include <sys/malloc.h> #include <machine/bus.h> -#include <machine/nexus.h> #include <vax/mbus/mbusreg.h> #include <vax/mbus/mbusvar.h> diff --git a/sys/arch/vax/vax/machdep.c b/sys/arch/vax/vax/machdep.c index 9424ff58050..409135d7051 100644 --- a/sys/arch/vax/vax/machdep.c +++ b/sys/arch/vax/vax/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.117 2011/07/06 18:33:00 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.118 2011/07/06 20:42:52 miod Exp $ */ /* $NetBSD: machdep.c,v 1.108 2000/09/13 15:00:23 thorpej Exp $ */ /* @@ -94,7 +94,6 @@ #endif #include <machine/sid.h> -#include <machine/nexus.h> #include <machine/db_machdep.h> #include <machine/kcore.h> #include <vax/vax/gencons.h> |