commit | a219ec5cb2028b3be226b8fac3bd44f32654db43 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 20:25:57 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 20:35:39 2021 +0200 |
tree | 4c4c19a767be3c34c0c1921ef0db449f64c1e9b2 | |
parent | c28aab05d81c68d30824145c87b3ca72e4d35150 [diff] |
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 <haproxy/api.h> -#include <haproxy/errors.h> -#include <haproxy/proxy.h> struct hap_cpuset; struct proxy;