From: Willy Tarreau Date: Fri, 6 Mar 2020 17:46:26 +0000 (+0100) Subject: BUILD: listener: types/listener.h must not include standard.h X-Git-Tag: v2.2-dev4~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a421a8f492ae1ab74e4197af87a9f85d9ee53b3;p=thirdparty%2Fhaproxy.git 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. --- diff --git a/include/types/listener.h b/include/types/listener.h index eca03a4947..d4bc303bdd 100644 --- a/include/types/listener.h +++ b/include/types/listener.h @@ -33,7 +33,6 @@ #include #include #include -#include #include #include