net: remove unneeded include
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 23 Apr 2015 12:49:19 +0000 (13:49 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 23 Apr 2015 13:11:12 +0000 (15:11 +0200)
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@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_net/rte_ip.h

index 74c9ced..cdbce20 100644 (file)
@@ -80,7 +80,6 @@
 #include <stdint.h>
 #include <netinet/in.h>
 
-#include <rte_memcpy.h>
 #include <rte_byteorder.h>
 #include <rte_mbuf.h>