mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
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:
parent
c28aab05d8
commit
a219ec5cb2
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue