mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 15:39:24 +02:00
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:
committed by
William Lallemand
parent
c30eeb2967
commit
a5f274de92
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user