> diff --git a/lib/net/rte_net.h b/lib/net/rte_net.h
> index 53a7f4d360..56611fc8f9 100644
> --- a/lib/net/rte_net.h
> +++ b/lib/net/rte_net.h
> @@ -12,7 +12,6 @@ extern "C" {
> #include
> #include
> #include
> -#include
>
That seems strange, why to remove header definition from rte_net.
These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey
---
lib/net/net_crc_avx512.c | 3 ---
lib/net/net_crc_sse.c| 1 -
lib/net/rte_arp.c| 1 -
lib/net/rte_ether.h | 1 -
lib/net/rte_net.h| 1 -
lib/net/rte_net_crc.c| 2 -
2 matches
Mail list logo