Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760577AbXKDPL5 (ORCPT ); Sun, 4 Nov 2007 10:11:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757163AbXKDPLu (ORCPT ); Sun, 4 Nov 2007 10:11:50 -0500 Received: from rv-out-0910.google.com ([209.85.198.187]:6237 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755580AbXKDPLt (ORCPT ); Sun, 4 Nov 2007 10:11:49 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=CtgNhi67n4glAKwl4dLn5zIdD7q5a6/3/6Jmz/3JT2X6LpHzaSgCTjn1RCYIJxgvfQ8MTVzPgFXchwj8WMy8vkUXHsgm+95Yw02Kd93Y5T0EGvWRnWV69kDs/YjI5wInAXLamvU5seFMLJXA+SkHxvb+6hJbZRSa+HrQNCjNPKY= Message-ID: Date: Sun, 4 Nov 2007 16:11:49 +0100 From: "Marco Costalba" To: linux-kernel@vger.kernel.org Subject: [PATCH 4/4] Remove duplicated include under net/ directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1560 Lines: 52 Signed-off-by: Marco Costalba --- 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..10d1339 100644 --- a/net/core/dst.c +++ b/net/core/dst.c @@ -16,7 +16,6 @@ #include #include #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"); -- 1.5.3.5.532.g5c38-dirty - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/