]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: stream-int: fix a few includes dependencies
authorWilly Tarreau <w@1wt.eu>
Wed, 11 Mar 2020 13:10:23 +0000 (14:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 11 Mar 2020 13:15:33 +0000 (14:15 +0100)
commit638698da37a7fd09c51fade0ab6b66e77f788b0e
tree2170d6e57900e442f8eb2af3847a8782448e2e06
parent855796bdc8b1bc2ebcc697ca99fb304bc6e2abe9
BUILD: stream-int: fix a few includes dependencies

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.
include/proto/stream_interface.h
include/types/proxy.h