diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-20 20:25:23 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-20 20:25:23 +0000 |
commit | ec3988e9e7f0199cd9aec8e86f97e5245dae43a1 (patch) | |
tree | 5701afd4a219d12b2f55494ac3953f886333501c /sys | |
parent | f8718c155e9d322673948a211e5565cbbd16ab4a (diff) |
No need to include machine/alpha.h here.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/alpha/cpu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/alpha/cpu.c b/sys/arch/alpha/alpha/cpu.c index d62eafbba21..cced4e256eb 100644 --- a/sys/arch/alpha/alpha/cpu.c +++ b/sys/arch/alpha/alpha/cpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.c,v 1.8 2000/11/08 19:16:58 ericj Exp $ */ +/* $OpenBSD: cpu.c,v 1.9 2001/01/20 20:25:22 art Exp $ */ /* $NetBSD: cpu.c,v 1.44 2000/05/23 05:12:53 thorpej Exp $ */ /*- @@ -79,7 +79,6 @@ #include <machine/cpu.h> #include <machine/rpb.h> #include <machine/prom.h> -#include <machine/alpha.h> #if defined(MULTIPROCESSOR) #include <sys/malloc.h> |