]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: global: must not include common/standard.h but only types/freq_ctr.h
authorWilly Tarreau <w@1wt.eu>
Fri, 6 Mar 2020 17:44:07 +0000 (18:44 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 7 Mar 2020 05:07:18 +0000 (06:07 +0100)
This one was accidently inherited and used to work but causes a circular
dependency.

include/types/global.h

index ad157833cd7da2c6862d197661331cae45e99447..aaff2a4847fadca7ba34dbe794d9cc7e749f3d0b 100644 (file)
@@ -27,8 +27,8 @@
 #include <common/config.h>
 #include <common/initcall.h>
 #include <common/hathreads.h>
-#include <common/standard.h>
 
+#include <types/freq_ctr.h>
 #include <types/listener.h>
 #include <types/proxy.h>
 #include <types/task.h>