diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-14 08:52:01 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-12-14 08:52:01 +0000 |
commit | 0094645008f7012160b03720f4482d93649b34d2 (patch) | |
tree | f1d6a3eeaec484322d202dfd95e1706545ae1c4d | |
parent | fa24605dbc4c61a6d880d52d1469a55c8a002ac3 (diff) |
Duplicate #include line.
-rw-r--r-- | sys/arch/mvme88k/mvme88k/eh.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/mvme88k/eh.S b/sys/arch/mvme88k/mvme88k/eh.S index fe0f2c64294..86323ddd361 100644 --- a/sys/arch/mvme88k/mvme88k/eh.S +++ b/sys/arch/mvme88k/mvme88k/eh.S @@ -1,4 +1,4 @@ -/* $OpenBSD: eh.S,v 1.22 2001/12/14 04:30:11 smurph Exp $ */ +/* $OpenBSD: eh.S,v 1.23 2001/12/14 08:52:00 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -215,7 +215,6 @@ #include "assym.h" #include <machine/asm.h> -#include <machine/board.h> #include <machine/param.h> /* CPU_ and BRD_ defines */ #include <machine/trap.h> /* for T_ defines */ #include <machine/board.h> |