summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2014-12-06 23:20:17 +0000
committerkrw <krw@openbsd.org>2014-12-06 23:20:17 +0000
commit51dfd5d77cb25bc2ae3c8b48dc75aaa86aa88594 (patch)
tree5b8790ed2fdbfeb03802802b64f494f6dd635a74 /sys
parentHollister, Livermore, and Reid-Hillview (San Jose). All in California, USA. (diff)
downloadwireguard-openbsd-51dfd5d77cb25bc2ae3c8b48dc75aaa86aa88594.tar.xz
wireguard-openbsd-51dfd5d77cb25bc2ae3c8b48dc75aaa86aa88594.zip
A few last 'easy' #include dedups.
ok tedu@
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sgi/sgi/ip30_machdep.c6
-rw-r--r--sys/dev/ic/ti.c3
-rw-r--r--sys/dev/pci/if_txp.c3
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