diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-12-06 23:20:18 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2014-12-06 23:20:18 +0000 |
commit | 401802401023e7f8ab7674e391b5d8788090b9b4 (patch) | |
tree | f7e25eb9547b4970f34ece52b40d27009f690c9d /sys/arch | |
parent | a48238efdc5591622c132873a5694e5fc39fe5ac (diff) |
A few last 'easy' #include dedups.
ok tedu@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sgi/sgi/ip30_machdep.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/sgi/sgi/ip30_machdep.c b/sys/arch/sgi/sgi/ip30_machdep.c index 2964bd13b3d..14facb69c41 100644 --- a/sys/arch/sgi/sgi/ip30_machdep.c +++ b/sys/arch/sgi/sgi/ip30_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip30_machdep.c,v 1.62 2014/07/12 22:37:03 uebayasi Exp $ */ +/* $OpenBSD: ip30_machdep.c,v 1.63 2014/12/06 23:20:17 krw Exp $ */ /* * Copyright (c) 2008, 2009 Miodrag Vallat. @@ -48,10 +48,6 @@ #include <dev/ic/comvar.h> -#ifdef MULTIPROCESSOR -#include <sgi/xbow/xheartreg.h> -#endif - extern char *hw_prod; extern int mbprint(void *, const char *); |