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 <bruce.richardson@intel.com> Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
parent
d6a9090d48
commit
3c0c807038
@ -80,7 +80,6 @@
|
||||
#include <stdint.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include <rte_memcpy.h>
|
||||
#include <rte_byteorder.h>
|
||||
#include <rte_mbuf.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user