diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sgi/sgi/machdep.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sgi/sgi/machdep.c b/sys/arch/sgi/sgi/machdep.c index d3d919178cd..2d99a22d616 100644 --- a/sys/arch/sgi/sgi/machdep.c +++ b/sys/arch/sgi/sgi/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.5 2004/08/10 19:16:18 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.6 2004/08/11 17:06:14 pefo Exp $ */ /* * Copyright (c) 2003-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -74,8 +74,6 @@ #include <machine/rm7000.h> -#include <sys/exec_ecoff.h> - #include <dev/cons.h> #include <mips64/arcbios.h> |