From a219ec5cb2028b3be226b8fac3bd44f32654db43 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Sat, 8 May 2021 20:25:57 +0200 Subject: [PATCH] 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. --- include/haproxy/cfgparse.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/haproxy/cfgparse.h b/include/haproxy/cfgparse.h index 696352283..1c97a88b9 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;