From patchwork Thu Jan 10 01:32:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Congwen Zhang X-Patchwork-Id: 49568 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B16691B5C5; Thu, 10 Jan 2019 02:55:58 +0100 (CET) Received: from mxct.zte.com.cn (out1.zte.com.cn [202.103.147.172]) by dpdk.org (Postfix) with ESMTP id A98591B5AF for ; Thu, 10 Jan 2019 02:55:57 +0100 (CET) Received: from mse01.zte.com.cn (unknown [10.30.3.20]) by Forcepoint Email with ESMTPS id 2DC27FBDD00D63503123; Thu, 10 Jan 2019 09:55:56 +0800 (CST) Received: from notes_smtp.zte.com.cn ([10.30.1.239]) by mse01.zte.com.cn with ESMTP id x0A1tmbw033304; Thu, 10 Jan 2019 09:55:48 +0800 (GMT-8) (envelope-from zhang.congwen@zte.com.cn) Received: from localhost.localdomain.com ([10.43.166.165]) by szsmtp06.zte.com.cn (Lotus Domino Release 8.5.3FP6) with ESMTP id 2019011009561556-21386353 ; Thu, 10 Jan 2019 09:56:15 +0800 From: Congwen Zhang To: bruce.richardson@intel.com Cc: dev@dpdk.org, Congwen Zhang Date: Wed, 9 Jan 2019 20:32:22 -0500 Message-Id: <1547083942-15690-1-git-send-email-zhang.congwen@zte.com.cn> X-Mailer: git-send-email 1.8.3.1 X-MIMETrack: Itemize by SMTP Server on SZSMTP06/server/zte_ltd(Release 8.5.3FP6|November 21, 2013) at 2019-01-10 09:56:15, Serialize by Router on notes_smtp/zte_ltd(Release 9.0.1FP7|August 17, 2016) at 2019-01-10 09:55:37, Serialize complete at 2019-01-10 09:55:37 X-MAIL: mse01.zte.com.cn x0A1tmbw033304 Subject: [dpdk-dev] [PATCH v2] lib/librte_lpm: remove recursively included header file X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" includes itself: rte_lpm.h -> rte_lpm_sse.h -> rte_lpm.h includes itself: rte_lpm.h -> rte_lpm_neon.h -> rte_lpm.h Signed-off-by: Congwen Zhang --- lib/librte_lpm/rte_lpm_neon.h | 1 - lib/librte_lpm/rte_lpm_sse.h | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/librte_lpm/rte_lpm_neon.h b/lib/librte_lpm/rte_lpm_neon.h index 4fd33f3..28c8159 100644 --- a/lib/librte_lpm/rte_lpm_neon.h +++ b/lib/librte_lpm/rte_lpm_neon.h @@ -43,7 +43,6 @@ #include #include #include -#include #ifdef __cplusplus extern "C" { diff --git a/lib/librte_lpm/rte_lpm_sse.h b/lib/librte_lpm/rte_lpm_sse.h index 3b27e97..44770b6 100644 --- a/lib/librte_lpm/rte_lpm_sse.h +++ b/lib/librte_lpm/rte_lpm_sse.h @@ -9,7 +9,6 @@ #include #include #include -#include #ifdef __cplusplus extern "C" {