Return-path: Received: from nf-out-0910.google.com ([64.233.182.191]:45003 "EHLO nf-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756120AbXKGJCc (ORCPT ); Wed, 7 Nov 2007 04:02:32 -0500 Received: by nf-out-0910.google.com with SMTP id g13so1945226nfb for ; Wed, 07 Nov 2007 01:02:31 -0800 (PST) Message-ID: <47317F24.9080006@gmail.com> (sfid-20071107_090238_202075_5A50C2B6) Date: Wed, 07 Nov 2007 10:02:28 +0100 From: Jiri Olsa MIME-Version: 1.0 To: linux-wireless@vger.kernel.org Subject: Re: [PATCH] net: Removing duplicit #includes References: <47317771.406@gmail.com> In-Reply-To: <47317771.406@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: sorry, the patch is mangled, I will resend another Jiri Olsa wrote: > Removing duplicit #includes for net/ > Signed-off-by: Jiri Olsa --- > net/core/dst.c | 1 - > net/ieee80211/ieee80211_crypt_tkip.c | 1 - > net/ieee80211/ieee80211_crypt_wep.c | 1 - > 3 files changed, 0 insertions(+), 3 deletions(-) > > diff --git a/net/core/dst.c b/net/core/dst.c > index 16958e6..03daead 100644 > --- a/net/core/dst.c > +++ b/net/core/dst.c > @@ -18,7 +18,6 @@ > #include > #include > > -#include > #include > > /* > diff --git a/net/ieee80211/ieee80211_crypt_tkip.c > b/net/ieee80211/ieee80211_crypt_tkip.c > index 4cce353..58b2261 100644 > --- a/net/ieee80211/ieee80211_crypt_tkip.c > +++ b/net/ieee80211/ieee80211_crypt_tkip.c > @@ -25,7 +25,6 @@ > #include > > #include > -#include > #include > > MODULE_AUTHOR("Jouni Malinen"); > diff --git a/net/ieee80211/ieee80211_crypt_wep.c > b/net/ieee80211/ieee80211_crypt_wep.c > index 866fc04..3fa30c4 100644 > --- a/net/ieee80211/ieee80211_crypt_wep.c > +++ b/net/ieee80211/ieee80211_crypt_wep.c > @@ -22,7 +22,6 @@ > #include > > #include > -#include > #include > > MODULE_AUTHOR("Jouni Malinen"); >