[dpdk-dev] [PATCH 05/19] lpm: remove duplicate include of errno.h

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


Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
 lib/librte_lpm/rte_lpm.c  | 1 -
 lib/librte_lpm/rte_lpm6.c | 1 -
 2 files changed, 2 deletions(-)

diff --git a/lib/librte_lpm/rte_lpm.c b/lib/librte_lpm/rte_lpm.c
index 978ac6013ecf..64c074e987e9 100644
--- a/lib/librte_lpm/rte_lpm.c
+++ b/lib/librte_lpm/rte_lpm.c
@@ -36,7 +36,6 @@
 #include <errno.h>
 #include <stdarg.h>
 #include <stdio.h>
-#include <errno.h>
 #include <sys/queue.h>
 
 #include <rte_log.h>
diff --git a/lib/librte_lpm/rte_lpm6.c b/lib/librte_lpm/rte_lpm6.c
index 9cc7be77dd78..b4a7df348806 100644
--- a/lib/librte_lpm/rte_lpm6.c
+++ b/lib/librte_lpm/rte_lpm6.c
@@ -35,7 +35,6 @@
 #include <errno.h>
 #include <stdarg.h>
 #include <stdio.h>
-#include <errno.h>
 #include <sys/queue.h>
 
 #include <rte_log.h>
-- 
2.11.0



More information about the dev mailing list