diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-07-31 15:39:57 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-07-31 15:39:57 +0000 |
commit | d65024509bc9f76d32097f7217a61c99b421217a (patch) | |
tree | 124ff35b3c7f917a91d9796e8c17b7dc6887204c /sys/arch/mac68k | |
parent | ef6455236e175be85c41943ca29449495e65a430 (diff) |
No need to #include <machine/pcb.h>; tested martin@
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/include/cpu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mac68k/include/cpu.h b/sys/arch/mac68k/include/cpu.h index 314d2466c5f..c4abd9ff8df 100644 --- a/sys/arch/mac68k/include/cpu.h +++ b/sys/arch/mac68k/include/cpu.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.h,v 1.32 2005/07/23 23:30:55 martin Exp $ */ +/* $OpenBSD: cpu.h,v 1.33 2005/07/31 15:39:56 miod Exp $ */ /* $NetBSD: cpu.h,v 1.45 1997/02/10 22:13:40 scottr Exp $ */ /* @@ -65,8 +65,6 @@ * Exported definitions unique to mac68k/68k cpu support. */ -#include <machine/pcb.h> - /* * Get common m68k definitions. */ |