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:
Willy Tarreau 2020-03-06 18:46:26 +01:00
parent c7f64e7a58
commit 5a421a8f49

View File

@ -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>