BUILD: config: do not include proxy.h nor errors.h anymore in cfgparse.h
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:25:57 +0000 (20:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 18:35:39 +0000 (20:35 +0200)
These ones induce a long dependency chain and are not needed anymore.

include/haproxy/cfgparse.h

index 6963522..1c97a88 100644 (file)
@@ -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;