CLEANUP: mworker: remove duplicate list.h include

Drop the second #include <haproxy/list.h> from mworker.c.
No functional change; reduces redundancy and keeps includes tidy.
This commit is contained in:
Alexander Stephan 2025-12-11 11:03:41 +00:00 committed by William Lallemand
parent c30eeb2967
commit a5f274de92

View File

@ -26,10 +26,9 @@
#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>