mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-10 15:38:31 +00:00
BUILD: listener: types/listener.h must not include standard.h
It's only a type definition, this header is not needed and causes some circular dependency issues.
This commit is contained in:
parent
c7f64e7a58
commit
5a421a8f49
@ -33,7 +33,6 @@
|
||||
#include <common/config.h>
|
||||
#include <common/mini-clist.h>
|
||||
#include <common/hathreads.h>
|
||||
#include <common/standard.h>
|
||||
|
||||
#include <types/obj_type.h>
|
||||
#include <eb32tree.h>
|
||||
|
Loading…
Reference in New Issue
Block a user