]> git.kaiwu.me - haproxy.git/commit
BUILD: checks: don't include server.h
authorWilly Tarreau <w@1wt.eu>
Wed, 29 Nov 2017 09:52:29 +0000 (10:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 29 Nov 2017 09:54:05 +0000 (10:54 +0100)
commitec7464726f90a8c9536c21a693631a1193f81e19
tree6ce186d9518e04c966a5bc27ce50746367e46ddf
parentbcd9101a6652856d2db30b254906a2c5eb1bb20a
BUILD: checks: don't include server.h

server.h needs checks.h since it references the struct check, but depending
on the include order it will fail if check.h is included first due to this
one including server.h in turn while it doesn't need it.
include/types/checks.h