From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesper Juhl Subject: [PATCH][34/37] Clean up duplicate includes in net/xfrm/ Date: Sat, 21 Jul 2007 17:04:01 +0200 Message-ID: <200707211704.01339.jesper.juhl@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: Andrew Morton , Jesper Juhl , netdev@vger.kernel.org, David S Miller , Kunihiro Ishiguro , Derek Atkins To: Linux Kernel Mailing List Return-path: Received: from ug-out-1314.google.com ([66.249.92.174]:39667 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S939493AbXGUPE7 (ORCPT ); Sat, 21 Jul 2007 11:04:59 -0400 Received: by ug-out-1314.google.com with SMTP id j3so800074ugf for ; Sat, 21 Jul 2007 08:04:58 -0700 (PDT) Content-Disposition: inline Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Hi, This patch cleans up duplicate includes in net/xfrm/ Signed-off-by: Jesper Juhl --- diff --git a/net/xfrm/xfrm_policy.c b/net/xfrm/xfrm_policy.c index c3a4b0a..e67489a 100644 --- a/net/xfrm/xfrm_policy.c +++ b/net/xfrm/xfrm_policy.c @@ -23,10 +23,9 @@ #include #include #include +#include #include #include -#include -#include #include "xfrm_hash.h" diff --git a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c index 38f90ca..b2552b1 100644 --- a/net/xfrm/xfrm_state.c +++ b/net/xfrm/xfrm_state.c @@ -19,9 +19,8 @@ #include #include #include -#include #include -#include +#include #include "xfrm_hash.h"