From: Bruce Richardson Date: Thu, 23 Apr 2015 12:49:19 +0000 (+0100) Subject: net: remove unneeded include X-Git-Tag: spdx-start~9301 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=3c0c807038ad642f4be7deb9370293c39d12f029;p=dpdk.git net: remove unneeded include 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 Acked-by: Thomas Monjalon --- diff --git a/lib/librte_net/rte_ip.h b/lib/librte_net/rte_ip.h index 74c9ced280..cdbce20d69 100644 --- a/lib/librte_net/rte_ip.h +++ b/lib/librte_net/rte_ip.h @@ -80,7 +80,6 @@ #include #include -#include #include #include