]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
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 69635228393173a4d7183e70588b9b122a20b226..1c97a88b92a6176077059dff67be4cb24a69d678 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;