Replace use of system sys/queue.h with DPDK rte_bsd_queue.h Signed-off-by: Stephen Hemminger <step...@networkplumber.org> --- drivers/net/axgbe/axgbe_common.h | 1 - 1 file changed, 1 deletion(-)
diff --git a/drivers/net/axgbe/axgbe_common.h b/drivers/net/axgbe/axgbe_common.h index 93e6c177b6..e882842e39 100644 --- a/drivers/net/axgbe/axgbe_common.h +++ b/drivers/net/axgbe/axgbe_common.h @@ -10,7 +10,6 @@ #include <stdbool.h> #include <limits.h> -#include <sys/queue.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -- 2.47.2