From: Willy Tarreau Date: Sat, 8 May 2021 18:25:57 +0000 (+0200) Subject: BUILD: config: do not include proxy.h nor errors.h anymore in cfgparse.h X-Git-Tag: v2.4-dev19~23 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=a219ec5cb2028b3be226b8fac3bd44f32654db43;p=haproxy-2.5.git BUILD: config: do not include proxy.h nor errors.h anymore in cfgparse.h These ones induce a long dependency chain and are not needed anymore. --- diff --git a/include/haproxy/cfgparse.h b/include/haproxy/cfgparse.h index 6963522..1c97a88 100644 --- a/include/haproxy/cfgparse.h +++ b/include/haproxy/cfgparse.h @@ -23,8 +23,6 @@ #define _HAPROXY_CFGPARSE_H #include -#include -#include struct hap_cpuset; struct proxy;