From: Willy Tarreau Date: Fri, 6 Mar 2020 17:44:07 +0000 (+0100) Subject: BUILD: global: must not include common/standard.h but only types/freq_ctr.h X-Git-Tag: v2.2-dev4~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f23e029409f6b4457096d205de89e19b08c5e9b6;p=thirdparty%2Fhaproxy.git BUILD: global: must not include common/standard.h but only types/freq_ctr.h This one was accidently inherited and used to work but causes a circular dependency. --- diff --git a/include/types/global.h b/include/types/global.h index ad157833cd..aaff2a4847 100644 --- a/include/types/global.h +++ b/include/types/global.h @@ -27,8 +27,8 @@ #include #include #include -#include +#include #include #include #include