[RFC 18/47] mempool: do not need sys/queue.h
Stephen Hemminger
stephen at networkplumber.org
Tue Aug 19 01:27:29 CEST 2025
The necessary tailq macros are in rte_tailq.h
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
lib/mempool/rte_mempool.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/mempool/rte_mempool.c b/lib/mempool/rte_mempool.c
index 1021ede0c2..bf8e870151 100644
--- a/lib/mempool/rte_mempool.c
+++ b/lib/mempool/rte_mempool.c
@@ -12,7 +12,6 @@
#include <unistd.h>
#include <inttypes.h>
#include <errno.h>
-#include <sys/queue.h>
#include <eal_export.h>
#include <rte_common.h>
--
2.47.2
More information about the dev
mailing list