mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 06:32:51 +02:00
The stream-int code doesn't need to load server.h as it doesn't use servers at all. However removing this one reveals that proxy.h was lacking types/checks.h that used to be silently inherited from types/server.h loaded before in stream_interface.h.