From mboxrd@z Thu Jan 1 00:00:00 1970 From: Congwen Zhang Subject: [PATCH v2] lib/librte_lpm: remove recursively included header file Date: Wed, 9 Jan 2019 20:32:22 -0500 Message-ID: <1547083942-15690-1-git-send-email-zhang.congwen@zte.com.cn> Cc: dev@dpdk.org, Congwen Zhang To: bruce.richardson@intel.com Return-path: 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) 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" { -- 1.8.3.1