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.
This commit is contained in:
Willy Tarreau 2021-05-08 20:25:57 +02:00
parent c28aab05d8
commit a219ec5cb2

View 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;