[dpdk-dev] [PATCH 06/19] cuckoo_hash: remove duplicate include of rte_log.h

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


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

diff --git a/lib/librte_hash/rte_cuckoo_hash.c b/lib/librte_hash/rte_cuckoo_hash.c
index 5b2b8ddeb098..87b25c016a71 100644
--- a/lib/librte_hash/rte_cuckoo_hash.c
+++ b/lib/librte_hash/rte_cuckoo_hash.c
@@ -52,7 +52,6 @@
 #include <rte_errno.h>
 #include <rte_string_fns.h>
 #include <rte_cpuflags.h>
-#include <rte_log.h>
 #include <rte_rwlock.h>
 #include <rte_spinlock.h>
 #include <rte_ring.h>
-- 
2.11.0



More information about the dev mailing list