Replace use of system sys/queue.h with DPDK rte_bsd_queue.h Signed-off-by: Stephen Hemminger <step...@networkplumber.org> --- drivers/net/softnic/rte_eth_softnic_internals.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/net/softnic/rte_eth_softnic_internals.h b/drivers/net/softnic/rte_eth_softnic_internals.h index d3975dad10..5b4361bad0 100644 --- a/drivers/net/softnic/rte_eth_softnic_internals.h +++ b/drivers/net/softnic/rte_eth_softnic_internals.h @@ -7,7 +7,6 @@ #include <stddef.h> #include <stdint.h> -#include <sys/queue.h> #include <rte_mempool.h> #include <rte_mbuf.h> -- 2.47.2