diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-04 13:38:34 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-05-04 13:38:34 +0000 |
commit | 91f7f5769605a02a06e92636ccc93e67553242fb (patch) | |
tree | 13f84c46ae7b5658c13f95ea16fa25e57f90f1c7 /sys/arch | |
parent | e7fdef1d2a2f7984a2490264a53fc207be89cc3e (diff) |
From NetBSD:
<sys/cpu.h> is no longer needed
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amiga/amiga/machdep.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/amiga/amiga/machdep.c b/sys/arch/amiga/amiga/machdep.c index 788bad19ef5..4b3d0fc19e6 100644 --- a/sys/arch/amiga/amiga/machdep.c +++ b/sys/arch/amiga/amiga/machdep.c @@ -1,5 +1,5 @@ -/* $OpenBSD: machdep.c,v 1.8 1996/05/02 06:43:20 niklas Exp $ */ -/* $NetBSD: machdep.c,v 1.64 1996/04/28 06:57:15 mhitch Exp $ */ +/* $OpenBSD: machdep.c,v 1.9 1996/05/04 13:38:33 niklas Exp $ */ +/* $NetBSD: machdep.c,v 1.65 1996/05/01 09:56:22 veego Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -47,7 +47,6 @@ #include <sys/systm.h> #include <sys/signalvar.h> #include <sys/kernel.h> -#include <sys/cpu.h> #include <sys/map.h> #include <sys/proc.h> #include <sys/buf.h> |