Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755412AbYKCMTZ (ORCPT ); Mon, 3 Nov 2008 07:19:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754852AbYKCMTE (ORCPT ); Mon, 3 Nov 2008 07:19:04 -0500 Received: from smtp.zeuux.org ([210.51.160.52]:54225 "EHLO z.billxu.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754487AbYKCMTC (ORCPT ); Mon, 3 Nov 2008 07:19:02 -0500 Date: Mon, 3 Nov 2008 20:19:08 +0800 From: Jianjun Kong To: "David S. Miller" Cc: Linux-Kernel-Mailing-List , netdev Subject: [PATCH] nets: remove two duplicated #include Message-ID: <20081103121908.GA24634@ubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1246 Lines: 44 [PATCH] nets: remove two duplicated #include Removed duplicated #include in net/9p/trans_rdma.c and #include in net/socket.c Signed-off-by: Jianjun Kong --- net/9p/trans_rdma.c | 1 - net/socket.c | 1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/net/9p/trans_rdma.c b/net/9p/trans_rdma.c index 8d6cc47..a7fe63f 100644 --- a/net/9p/trans_rdma.c +++ b/net/9p/trans_rdma.c @@ -45,7 +45,6 @@ #include #include #include -#include #define P9_PORT 5640 #define P9_RDMA_SQ_DEPTH 32 diff --git a/net/socket.c b/net/socket.c index 57550c3..d7128b7 100644 --- a/net/socket.c +++ b/net/socket.c @@ -69,7 +69,6 @@ #include #include #include -#include #include #include #include -- 1.5.6.3 -- 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/