[RFC 09/47] test-pipeline: remove unnecessary use of sys/queue.h
Stephen Hemminger
stephen at networkplumber.org
Tue Aug 19 01:27:20 CEST 2025
Not used directly here
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
app/test-pipeline/config.c | 1 -
app/test-pipeline/init.c | 1 -
app/test-pipeline/main.c | 1 -
app/test-pipeline/runtime.c | 1 -
4 files changed, 4 deletions(-)
diff --git a/app/test-pipeline/config.c b/app/test-pipeline/config.c
index daf838948b..61cf3a195c 100644
--- a/app/test-pipeline/config.c
+++ b/app/test-pipeline/config.c
@@ -8,7 +8,6 @@
#include <inttypes.h>
#include <sys/types.h>
#include <string.h>
-#include <sys/queue.h>
#include <stdarg.h>
#include <errno.h>
#include <getopt.h>
diff --git a/app/test-pipeline/init.c b/app/test-pipeline/init.c
index 558f0e428d..2ca32db39d 100644
--- a/app/test-pipeline/init.c
+++ b/app/test-pipeline/init.c
@@ -8,7 +8,6 @@
#include <inttypes.h>
#include <sys/types.h>
#include <string.h>
-#include <sys/queue.h>
#include <stdarg.h>
#include <errno.h>
#include <getopt.h>
diff --git a/app/test-pipeline/main.c b/app/test-pipeline/main.c
index 4cc098d7ac..dbc1e0d92d 100644
--- a/app/test-pipeline/main.c
+++ b/app/test-pipeline/main.c
@@ -8,7 +8,6 @@
#include <inttypes.h>
#include <sys/types.h>
#include <string.h>
-#include <sys/queue.h>
#include <stdarg.h>
#include <signal.h>
#include <errno.h>
diff --git a/app/test-pipeline/runtime.c b/app/test-pipeline/runtime.c
index 752f783370..e1d9f8174e 100644
--- a/app/test-pipeline/runtime.c
+++ b/app/test-pipeline/runtime.c
@@ -8,7 +8,6 @@
#include <inttypes.h>
#include <sys/types.h>
#include <string.h>
-#include <sys/queue.h>
#include <stdarg.h>
#include <errno.h>
#include <getopt.h>
--
2.47.2
More information about the dev
mailing list