lpm: remove recursively included header file
authorCongwen Zhang <zhang.congwen@zte.com.cn>
Thu, 10 Jan 2019 01:32:22 +0000 (20:32 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 28 Jan 2019 00:47:23 +0000 (01:47 +0100)
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 <zhang.congwen@zte.com.cn>
lib/librte_lpm/rte_lpm_neon.h
lib/librte_lpm/rte_lpm_sse.h

index 4fd33f3..28c8159 100644 (file)
@@ -43,7 +43,6 @@
 #include <rte_byteorder.h>
 #include <rte_common.h>
 #include <rte_vect.h>
 #include <rte_byteorder.h>
 #include <rte_common.h>
 #include <rte_vect.h>
-#include <rte_lpm.h>
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {
index 3b27e97..44770b6 100644 (file)
@@ -9,7 +9,6 @@
 #include <rte_byteorder.h>
 #include <rte_common.h>
 #include <rte_vect.h>
 #include <rte_byteorder.h>
 #include <rte_common.h>
 #include <rte_vect.h>
-#include <rte_lpm.h>
 
 #ifdef __cplusplus
 extern "C" {
 
 #ifdef __cplusplus
 extern "C" {