These header includes have been flagged by the iwyu_tool and removed. Signed-off-by: Sean Morrissey <sean.morris...@intel.com> Acked-by: Stephen Hemminger <step...@networkplumber.org> --- lib/pcapng/rte_pcapng.c | 1 - lib/pcapng/rte_pcapng.h | 2 -- 2 files changed, 3 deletions(-)
diff --git a/lib/pcapng/rte_pcapng.c b/lib/pcapng/rte_pcapng.c index 03edabe73e..5ae96a5bc9 100644 --- a/lib/pcapng/rte_pcapng.c +++ b/lib/pcapng/rte_pcapng.c @@ -8,7 +8,6 @@ #include <stdlib.h> #include <string.h> #include <sys/uio.h> -#include <sys/utsname.h> #include <time.h> #include <unistd.h> diff --git a/lib/pcapng/rte_pcapng.h b/lib/pcapng/rte_pcapng.h index 8d3fbb1941..7d2697c647 100644 --- a/lib/pcapng/rte_pcapng.h +++ b/lib/pcapng/rte_pcapng.h @@ -26,9 +26,7 @@ #include <stdint.h> #include <sys/types.h> #include <rte_compat.h> -#include <rte_common.h> #include <rte_mempool.h> -#include <rte_ring.h> #ifdef __cplusplus extern "C" { -- 2.25.1