]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: listener: types/listener.h must not include standard.h
authorWilly Tarreau <w@1wt.eu>
Fri, 6 Mar 2020 17:46:26 +0000 (18:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 7 Mar 2020 05:07:18 +0000 (06:07 +0100)
It's only a type definition, this header is not needed and causes
some circular dependency issues.

include/types/listener.h

index eca03a4947b856e19c77e9fd195414d7d0bc6112..d4bc303bdd3df31f3797e051239099cae59f4262 100644 (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>