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.
This commit is contained in:
Willy Tarreau 2020-03-06 18:44:07 +01:00
parent 8dd0d55efe
commit f23e029409

View File

@ -27,8 +27,8 @@
#include <common/config.h> #include <common/config.h>
#include <common/initcall.h> #include <common/initcall.h>
#include <common/hathreads.h> #include <common/hathreads.h>
#include <common/standard.h>
#include <types/freq_ctr.h>
#include <types/listener.h> #include <types/listener.h>
#include <types/proxy.h> #include <types/proxy.h>
#include <types/task.h> #include <types/task.h>