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

2015-04-23 Thread Thomas Monjalon
2015-04-23 13:49, Bruce Richardson: > 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 Applied, thanks

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

2015-04-23 Thread Bruce Richardson
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 --- 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