diff options
author | 2015-11-24 12:32:53 +0000 | |
---|---|---|
committer | 2015-11-24 12:32:53 +0000 | |
commit | bd5e1ded804bd7dbff1783d41fd91ebcb46b46f3 (patch) | |
tree | 816dfb90fd522966ca5cc5af6654c8230981351d | |
parent | remove unused test when handling of -U option (diff) | |
download | wireguard-openbsd-bd5e1ded804bd7dbff1783d41fd91ebcb46b46f3.tar.xz wireguard-openbsd-bd5e1ded804bd7dbff1783d41fd91ebcb46b46f3.zip |
No need to include <net/if_types.h> for <net/if_vlan_var.h>
-rw-r--r-- | sys/dev/pci/if_jme.c | 3 | ||||
-rw-r--r-- | sys/dev/pci/if_vio.c | 3 | ||||
-rw-r--r-- | sys/dev/pci/if_vr.c | 3 | ||||
-rw-r--r-- | sys/dev/pci/ixgbe.h | 3 | ||||
-rw-r--r-- | sys/net80211/ieee80211_output.c | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/sys/dev/pci/if_jme.c b/sys/dev/pci/if_jme.c index 0aaf651e77d..2675a1c4e9d 100644 --- a/sys/dev/pci/if_jme.c +++ b/sys/dev/pci/if_jme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_jme.c,v 1.43 2015/11/09 00:29:06 dlg Exp $ */ +/* $OpenBSD: if_jme.c,v 1.44 2015/11/24 12:32:53 mpi Exp $ */ /*- * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. @@ -53,7 +53,6 @@ #include <netinet/in.h> #include <netinet/if_ether.h> -#include <net/if_types.h> #include <net/if_vlan_var.h> #if NBPFILTER > 0 diff --git a/sys/dev/pci/if_vio.c b/sys/dev/pci/if_vio.c index fa15a882002..ebd7ef65b43 100644 --- a/sys/dev/pci/if_vio.c +++ b/sys/dev/pci/if_vio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vio.c,v 1.35 2015/11/20 03:35:23 dlg Exp $ */ +/* $OpenBSD: if_vio.c,v 1.36 2015/11/24 12:32:53 mpi Exp $ */ /* * Copyright (c) 2012 Stefan Fritsch, Alexander Fiveg. @@ -53,7 +53,6 @@ #include <netinet/udp.h> #if NVLAN > 0 -#include <net/if_types.h> #include <net/if_vlan_var.h> #endif diff --git a/sys/dev/pci/if_vr.c b/sys/dev/pci/if_vr.c index a8a71beb680..2bab8bd46fc 100644 --- a/sys/dev/pci/if_vr.c +++ b/sys/dev/pci/if_vr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vr.c,v 1.145 2015/11/09 00:22:57 dlg Exp $ */ +/* $OpenBSD: if_vr.c,v 1.146 2015/11/24 12:32:53 mpi Exp $ */ /* * Copyright (c) 1997, 1998 @@ -80,7 +80,6 @@ #include <net/if_media.h> #if NVLAN > 0 -#include <net/if_types.h> #include <net/if_vlan_var.h> #endif diff --git a/sys/dev/pci/ixgbe.h b/sys/dev/pci/ixgbe.h index 4583869f7e6..e2d2278759a 100644 --- a/sys/dev/pci/ixgbe.h +++ b/sys/dev/pci/ixgbe.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ixgbe.h,v 1.17 2014/11/18 02:37:30 tedu Exp $ */ +/* $OpenBSD: ixgbe.h,v 1.18 2015/11/24 12:32:53 mpi Exp $ */ /****************************************************************************** @@ -68,7 +68,6 @@ #endif #if NVLAN > 0 -#include <net/if_types.h> #include <net/if_vlan_var.h> #endif diff --git a/sys/net80211/ieee80211_output.c b/sys/net80211/ieee80211_output.c index a5a4ea8b68a..84805614be6 100644 --- a/sys/net80211/ieee80211_output.c +++ b/sys/net80211/ieee80211_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_output.c,v 1.100 2015/11/15 01:05:25 stsp Exp $ */ +/* $OpenBSD: ieee80211_output.c,v 1.101 2015/11/24 12:32:53 mpi Exp $ */ /* $NetBSD: ieee80211_output.c,v 1.13 2004/05/31 11:02:55 dyoung Exp $ */ /*- @@ -57,7 +57,6 @@ #endif #if NVLAN > 0 -#include <net/if_types.h> #include <net/if_vlan_var.h> #endif |