diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-11-21 16:16:09 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-11-21 16:16:09 +0000 |
commit | 1ddacc6a9fc2989bf1a73c69e8a2e3698676435e (patch) | |
tree | c5f0fb8e04c92ef3f849d174245f5b238ec74fc6 | |
parent | da0eb85667ace37db4ee0c23068caca3030d9827 (diff) |
Remove unneeded include.
ok deraadt@
-rw-r--r-- | sys/dev/ic/ar5xxx.h | 3 | ||||
-rw-r--r-- | sys/dev/ic/ath.c | 3 | ||||
-rw-r--r-- | sys/dev/pci/if_alc.c | 3 | ||||
-rw-r--r-- | sys/dev/pci/if_ath_pci.c | 3 | ||||
-rw-r--r-- | sys/dev/pci/if_vte.c | 3 | ||||
-rw-r--r-- | sys/net/if_trunk.c | 3 | ||||
-rw-r--r-- | sys/net80211/ieee80211.c | 3 | ||||
-rw-r--r-- | sys/net80211/ieee80211_crypto.c | 3 | ||||
-rw-r--r-- | sys/net80211/ieee80211_crypto_bip.c | 3 | ||||
-rw-r--r-- | sys/net80211/ieee80211_crypto_ccmp.c | 3 | ||||
-rw-r--r-- | sys/net80211/ieee80211_crypto_tkip.c | 3 | ||||
-rw-r--r-- | sys/net80211/ieee80211_crypto_wep.c | 3 | ||||
-rw-r--r-- | sys/net80211/ieee80211_node.c | 3 | ||||
-rw-r--r-- | sys/netinet/ip_carp.c | 3 |
14 files changed, 14 insertions, 28 deletions
diff --git a/sys/dev/ic/ar5xxx.h b/sys/dev/ic/ar5xxx.h index 51e67b48beb..359107a526b 100644 --- a/sys/dev/ic/ar5xxx.h +++ b/sys/dev/ic/ar5xxx.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ar5xxx.h,v 1.50 2012/01/28 12:45:22 stsp Exp $ */ +/* $OpenBSD: ar5xxx.h,v 1.51 2013/11/21 16:16:08 mpi Exp $ */ /* * Copyright (c) 2004, 2005, 2006, 2007 Reyk Floeter <reyk@openbsd.org> @@ -48,7 +48,6 @@ #include <net/if_dl.h> #include <net/if_media.h> #include <net/if_arp.h> -#include <net/if_llc.h> #ifdef INET #include <netinet/in.h> diff --git a/sys/dev/ic/ath.c b/sys/dev/ic/ath.c index e1af2a51404..d8d90a3e2f3 100644 --- a/sys/dev/ic/ath.c +++ b/sys/dev/ic/ath.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ath.c,v 1.96 2012/10/17 00:59:57 jsg Exp $ */ +/* $OpenBSD: ath.c,v 1.97 2013/11/21 16:16:08 mpi Exp $ */ /* $NetBSD: ath.c,v 1.37 2004/08/18 21:59:39 dyoung Exp $ */ /*- @@ -63,7 +63,6 @@ #include <net/if_dl.h> #include <net/if_media.h> #include <net/if_arp.h> -#include <net/if_llc.h> #if NBPFILTER > 0 #include <net/bpf.h> #endif diff --git a/sys/dev/pci/if_alc.c b/sys/dev/pci/if_alc.c index d7fbb121598..251aa544317 100644 --- a/sys/dev/pci/if_alc.c +++ b/sys/dev/pci/if_alc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_alc.c,v 1.23 2013/08/07 01:06:33 bluhm Exp $ */ +/* $OpenBSD: if_alc.c,v 1.24 2013/11/21 16:16:08 mpi Exp $ */ /*- * Copyright (c) 2009, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. @@ -47,7 +47,6 @@ #include <net/if.h> #include <net/if_dl.h> -#include <net/if_llc.h> #include <net/if_media.h> #ifdef INET diff --git a/sys/dev/pci/if_ath_pci.c b/sys/dev/pci/if_ath_pci.c index a7cef1e0171..c0161acc589 100644 --- a/sys/dev/pci/if_ath_pci.c +++ b/sys/dev/pci/if_ath_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ath_pci.c,v 1.22 2010/08/27 19:44:44 deraadt Exp $ */ +/* $OpenBSD: if_ath_pci.c,v 1.23 2013/11/21 16:16:08 mpi Exp $ */ /* $NetBSD: if_ath_pci.c,v 1.7 2004/06/30 05:58:17 mycroft Exp $ */ /*- @@ -54,7 +54,6 @@ #include <net/if.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/if_llc.h> #include <net/if_arp.h> #ifdef INET #include <netinet/in.h> diff --git a/sys/dev/pci/if_vte.c b/sys/dev/pci/if_vte.c index 6815d0f0a49..12cd391a52a 100644 --- a/sys/dev/pci/if_vte.c +++ b/sys/dev/pci/if_vte.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vte.c,v 1.7 2013/08/07 01:06:38 bluhm Exp $ */ +/* $OpenBSD: if_vte.c,v 1.8 2013/11/21 16:16:08 mpi Exp $ */ /*- * Copyright (c) 2010, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. @@ -47,7 +47,6 @@ #include <net/if.h> #include <net/if_dl.h> -#include <net/if_llc.h> #include <net/if_media.h> #ifdef INET diff --git a/sys/net/if_trunk.c b/sys/net/if_trunk.c index f4bc2ccc492..9669c8bdd08 100644 --- a/sys/net/if_trunk.c +++ b/sys/net/if_trunk.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_trunk.c,v 1.85 2013/11/18 09:16:30 mpi Exp $ */ +/* $OpenBSD: if_trunk.c,v 1.86 2013/11/21 16:16:08 mpi Exp $ */ /* * Copyright (c) 2005, 2006, 2007 Reyk Floeter <reyk@openbsd.org> @@ -35,7 +35,6 @@ #include <net/if.h> #include <net/if_arp.h> #include <net/if_dl.h> -#include <net/if_llc.h> #include <net/if_media.h> #include <net/if_types.h> #if NBPFILTER > 0 diff --git a/sys/net80211/ieee80211.c b/sys/net80211/ieee80211.c index e18202dad80..cc2109c0510 100644 --- a/sys/net80211/ieee80211.c +++ b/sys/net80211/ieee80211.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211.c,v 1.39 2010/08/07 03:50:02 krw Exp $ */ +/* $OpenBSD: ieee80211.c,v 1.40 2013/11/21 16:16:08 mpi Exp $ */ /* $NetBSD: ieee80211.c,v 1.19 2004/06/06 05:45:29 dyoung Exp $ */ /*- @@ -50,7 +50,6 @@ #include <net/if_dl.h> #include <net/if_media.h> #include <net/if_arp.h> -#include <net/if_llc.h> #if NBPFILTER > 0 #include <net/bpf.h> diff --git a/sys/net80211/ieee80211_crypto.c b/sys/net80211/ieee80211_crypto.c index a2a4461d07e..f6772cda9b6 100644 --- a/sys/net80211/ieee80211_crypto.c +++ b/sys/net80211/ieee80211_crypto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_crypto.c,v 1.60 2011/01/11 15:42:05 deraadt Exp $ */ +/* $OpenBSD: ieee80211_crypto.c,v 1.61 2013/11/21 16:16:08 mpi Exp $ */ /*- * Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr> @@ -32,7 +32,6 @@ #include <net/if_dl.h> #include <net/if_media.h> #include <net/if_arp.h> -#include <net/if_llc.h> #ifdef INET #include <netinet/in.h> diff --git a/sys/net80211/ieee80211_crypto_bip.c b/sys/net80211/ieee80211_crypto_bip.c index b69fac41d73..7a5ea8d77a4 100644 --- a/sys/net80211/ieee80211_crypto_bip.c +++ b/sys/net80211/ieee80211_crypto_bip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_crypto_bip.c,v 1.3 2010/07/20 15:36:03 matthew Exp $ */ +/* $OpenBSD: ieee80211_crypto_bip.c,v 1.4 2013/11/21 16:16:08 mpi Exp $ */ /*- * Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr> @@ -33,7 +33,6 @@ #include <net/if_dl.h> #include <net/if_media.h> #include <net/if_arp.h> -#include <net/if_llc.h> #ifdef INET #include <netinet/in.h> diff --git a/sys/net80211/ieee80211_crypto_ccmp.c b/sys/net80211/ieee80211_crypto_ccmp.c index 66706439c70..d081d64c851 100644 --- a/sys/net80211/ieee80211_crypto_ccmp.c +++ b/sys/net80211/ieee80211_crypto_ccmp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_crypto_ccmp.c,v 1.12 2011/04/05 11:48:28 blambert Exp $ */ +/* $OpenBSD: ieee80211_crypto_ccmp.c,v 1.13 2013/11/21 16:16:08 mpi Exp $ */ /*- * Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr> @@ -33,7 +33,6 @@ #include <net/if_dl.h> #include <net/if_media.h> #include <net/if_arp.h> -#include <net/if_llc.h> #ifdef INET #include <netinet/in.h> diff --git a/sys/net80211/ieee80211_crypto_tkip.c b/sys/net80211/ieee80211_crypto_tkip.c index fd184d5d02a..5b260306a38 100644 --- a/sys/net80211/ieee80211_crypto_tkip.c +++ b/sys/net80211/ieee80211_crypto_tkip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_crypto_tkip.c,v 1.20 2013/11/14 11:36:32 dlg Exp $ */ +/* $OpenBSD: ieee80211_crypto_tkip.c,v 1.21 2013/11/21 16:16:08 mpi Exp $ */ /*- * Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr> @@ -34,7 +34,6 @@ #include <net/if_dl.h> #include <net/if_media.h> #include <net/if_arp.h> -#include <net/if_llc.h> #ifdef INET #include <netinet/in.h> diff --git a/sys/net80211/ieee80211_crypto_wep.c b/sys/net80211/ieee80211_crypto_wep.c index 39712b87255..c27710ed7be 100644 --- a/sys/net80211/ieee80211_crypto_wep.c +++ b/sys/net80211/ieee80211_crypto_wep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_crypto_wep.c,v 1.8 2011/04/05 11:48:28 blambert Exp $ */ +/* $OpenBSD: ieee80211_crypto_wep.c,v 1.9 2013/11/21 16:16:08 mpi Exp $ */ /*- * Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr> @@ -33,7 +33,6 @@ #include <net/if_dl.h> #include <net/if_media.h> #include <net/if_arp.h> -#include <net/if_llc.h> #ifdef INET #include <netinet/in.h> diff --git a/sys/net80211/ieee80211_node.c b/sys/net80211/ieee80211_node.c index e8181ca9509..e8afbc2816e 100644 --- a/sys/net80211/ieee80211_node.c +++ b/sys/net80211/ieee80211_node.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ieee80211_node.c,v 1.78 2013/03/24 17:01:23 claudio Exp $ */ +/* $OpenBSD: ieee80211_node.c,v 1.79 2013/11/21 16:16:08 mpi Exp $ */ /* $NetBSD: ieee80211_node.c,v 1.14 2004/05/09 09:18:47 dyoung Exp $ */ /*- @@ -50,7 +50,6 @@ #include <net/if_dl.h> #include <net/if_media.h> #include <net/if_arp.h> -#include <net/if_llc.h> #if NBPFILTER > 0 #include <net/bpf.h> diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c index 702c2cb424f..1dd36d662df 100644 --- a/sys/netinet/ip_carp.c +++ b/sys/netinet/ip_carp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_carp.c,v 1.215 2013/10/28 12:33:32 mpi Exp $ */ +/* $OpenBSD: ip_carp.c,v 1.216 2013/11/21 16:16:08 mpi Exp $ */ /* * Copyright (c) 2002 Michael Shalayeff. All rights reserved. @@ -51,7 +51,6 @@ #include <net/if.h> #include <net/if_types.h> -#include <net/if_llc.h> #include <net/route.h> #include <net/netisr.h> |