diff options
author | 2005-07-31 15:39:56 +0000 | |
---|---|---|
committer | 2005-07-31 15:39:56 +0000 | |
commit | 033172b64863fc43d063c7c779fa4edcb90728c0 (patch) | |
tree | 1c2c68310bb2644c7b6071d7d6fba4474cabb45c | |
parent | Wrong copyout() size in writeback(). (diff) | |
download | wireguard-openbsd-033172b64863fc43d063c7c779fa4edcb90728c0.tar.xz wireguard-openbsd-033172b64863fc43d063c7c779fa4edcb90728c0.zip |
No need to #include <machine/pcb.h>; tested martin@
-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. */ |