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 | |
parent | a48238efdc5591622c132873a5694e5fc39fe5ac (diff) |
A few last 'easy' #include dedups.
ok tedu@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sgi/sgi/ip30_machdep.c | 6 | ||||
-rw-r--r-- | sys/dev/ic/ti.c | 3 | ||||
-rw-r--r-- | sys/dev/pci/if_txp.c | 3 |
3 files changed, 3 insertions, 9 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 *); diff --git a/sys/dev/ic/ti.c b/sys/dev/ic/ti.c index 6a0814f11d9..b1a445f554e 100644 --- a/sys/dev/ic/ti.c +++ b/sys/dev/ic/ti.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ti.c,v 1.10 2014/08/20 01:02:02 dlg Exp $ */ +/* $OpenBSD: ti.c,v 1.11 2014/12/06 23:20:17 krw Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -100,7 +100,6 @@ #endif #if NVLAN > 0 -#include <net/if_types.h> #include <net/if_vlan_var.h> #endif diff --git a/sys/dev/pci/if_txp.c b/sys/dev/pci/if_txp.c index 37fcde407e1..2799380115a 100644 --- a/sys/dev/pci/if_txp.c +++ b/sys/dev/pci/if_txp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_txp.c,v 1.111 2014/07/22 13:12:11 mpi Exp $ */ +/* $OpenBSD: if_txp.c,v 1.112 2014/12/06 23:20:17 krw Exp $ */ /* * Copyright (c) 2001 @@ -60,7 +60,6 @@ #endif #if NVLAN > 0 -#include <net/if_types.h> #include <net/if_vlan_var.h> #endif |