[dpdk-dev] [PATCH 07/19] timer: remove duplicate include of rte_per_lcore.h

Stephen Hemminger stephen at networkplumber.org
Tue Jul 11 20:55:34 CEST 2017


Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
 lib/librte_timer/rte_timer.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/librte_timer/rte_timer.c b/lib/librte_timer/rte_timer.c
index dda9baf5506d..5ee084080060 100644
--- a/lib/librte_timer/rte_timer.c
+++ b/lib/librte_timer/rte_timer.c
@@ -46,7 +46,6 @@
 #include <rte_memzone.h>
 #include <rte_launch.h>
 #include <rte_eal.h>
-#include <rte_per_lcore.h>
 #include <rte_lcore.h>
 #include <rte_branch_prediction.h>
 #include <rte_spinlock.h>
-- 
2.11.0



More information about the dev mailing list