[RFC 07/47] proc-info: remove unnecessary sys/queue.h
Stephen Hemminger
stephen at networkplumber.org
Tue Aug 19 01:27:18 CEST 2025
Not used directly here.
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org>
---
app/proc-info/main.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/app/proc-info/main.c b/app/proc-info/main.c
index be67386658..2feecbca78 100644
--- a/app/proc-info/main.c
+++ b/app/proc-info/main.c
@@ -9,7 +9,6 @@
#include <errno.h>
#include <stdarg.h>
#include <inttypes.h>
-#include <sys/queue.h>
#include <stdlib.h>
#include <getopt.h>
#include <unistd.h>
--
2.47.2
More information about the dev
mailing list