]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: mworker: remove duplicate list.h include
authorAlexander Stephan <alexander.stephan@sap.com>
Thu, 11 Dec 2025 11:03:41 +0000 (11:03 +0000)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 5 Jan 2026 07:59:34 +0000 (08:59 +0100)
Drop the second #include <haproxy/list.h> from mworker.c.
No functional change; reduces redundancy and keeps includes tidy.

src/mworker.c

index 2ff415a8bf9cc21801d99443da0605cc70fbbe13..3d6ce3a26e6e011a3c98029bfa07b6e05a47f17b 100644 (file)
 #include <haproxy/errors.h>
 #include <haproxy/fd.h>
 #include <haproxy/global.h>
-#include <haproxy/list.h>
 #include <haproxy/log.h>
-#include <haproxy/listener.h>
 #include <haproxy/list.h>
+#include <haproxy/listener.h>
 #include <haproxy/mworker.h>
 #include <haproxy/peers.h>
 #include <haproxy/proto_sockpair.h>