From patchwork Sat Jul 25 08:44:24 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhang Shengju X-Patchwork-Id: 499940 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 9A9DF140320 for ; Sat, 25 Jul 2015 18:45:02 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753569AbbGYIo5 (ORCPT ); Sat, 25 Jul 2015 04:44:57 -0400 Received: from cmccmta2.chinamobile.com ([221.176.66.80]:2368 "EHLO cmccmta2.chinamobile.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751824AbbGYIoz (ORCPT ); Sat, 25 Jul 2015 04:44:55 -0400 Received: from spf.mail.chinamobile.com (unknown[172.16.121.1]) by rmmx-syy-dmz-app08-12008 (RichMail) with SMTP id 2ee855b34c8045e-4e186; Sat, 25 Jul 2015 16:44:49 +0800 (CST) X-RM-TRANSID: 2ee855b34c8045e-4e186 X-RM-SPAM-FLAG: 00000000 Received: from promote.cache-dns.local.localdomain (unknown[223.64.62.121]) by rmsmtp-syy-appsvr01-12001 (RichMail) with SMTP id 2ee155b34c8006a-f55dc; Sat, 25 Jul 2015 16:44:49 +0800 (CST) X-RM-TRANSID: 2ee155b34c8006a-f55dc From: Zhang Shengju To: netdev@vger.kernel.org Cc: Zhang Shengju Subject: [PATCH iproute2] xfrm: remove duplicated include Date: Sat, 25 Jul 2015 04:44:24 -0400 Message-Id: <1437813864-4368-1-git-send-email-zhangshengju@cmss.chinamobile.com> X-Mailer: git-send-email 1.8.3.1 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Remove dupldated include for , since it's already included by 'xfrm.h'. Signed-off-by: Zhang Shengju --- ip/ipxfrm.c | 1 - ip/xfrm_monitor.c | 1 - ip/xfrm_policy.c | 1 - ip/xfrm_state.c | 1 - 4 files changed, 4 deletions(-) diff --git a/ip/ipxfrm.c b/ip/ipxfrm.c index 9c26428..e583abf 100644 --- a/ip/ipxfrm.c +++ b/ip/ipxfrm.c @@ -34,7 +34,6 @@ #include #include #include -#include #include "utils.h" #include "xfrm.h" diff --git a/ip/xfrm_monitor.c b/ip/xfrm_monitor.c index ebccb71..8b21efa 100644 --- a/ip/xfrm_monitor.c +++ b/ip/xfrm_monitor.c @@ -28,7 +28,6 @@ #include #include #include -#include #include "utils.h" #include "xfrm.h" diff --git a/ip/xfrm_policy.c b/ip/xfrm_policy.c index 8f4d1a0..efea1e8 100644 --- a/ip/xfrm_policy.c +++ b/ip/xfrm_policy.c @@ -29,7 +29,6 @@ #include #include #include -#include #include "utils.h" #include "xfrm.h" #include "ip_common.h" diff --git a/ip/xfrm_state.c b/ip/xfrm_state.c index d2831d0..b5734da 100644 --- a/ip/xfrm_state.c +++ b/ip/xfrm_state.c @@ -28,7 +28,6 @@ #include #include #include -#include #include "utils.h" #include "xfrm.h" #include "ip_common.h"