[dpdk-dev] [PATCH] net: remove unneeded include in rte_ip.h

Bruce Richardson bruce.richardson at intel.com
Thu Apr 23 14:49:19 CEST 2015


There are no memcpy functions in rte_ip.h so there is no need to include
rte_memcpy.h in that file.

Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>
---
 lib/librte_net/rte_ip.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/librte_net/rte_ip.h b/lib/librte_net/rte_ip.h
index 74c9ced..cdbce20 100644
--- a/lib/librte_net/rte_ip.h
+++ b/lib/librte_net/rte_ip.h
@@ -80,7 +80,6 @@
 #include <stdint.h>
 #include <netinet/in.h>
 
-#include <rte_memcpy.h>
 #include <rte_byteorder.h>
 #include <rte_mbuf.h>
 
-- 
2.1.0



More information about the dev mailing list