rte_memcpy is no longer used here. Signed-off-by: Stephen Hemminger <[email protected]> --- lib/acl/rte_acl_osdep.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/lib/acl/rte_acl_osdep.h b/lib/acl/rte_acl_osdep.h index b2c262dee7..48f29d895b 100644 --- a/lib/acl/rte_acl_osdep.h +++ b/lib/acl/rte_acl_osdep.h @@ -33,7 +33,6 @@ #include <rte_vect.h> #include <rte_memory.h> #include <rte_log.h> -#include <rte_memcpy.h> #include <rte_prefetch.h> #include <rte_byteorder.h> #include <rte_branch_prediction.h> -- 2.53.0

