]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: include: remove excessive includes of common/standard.h
authorWilly Tarreau <w@1wt.eu>
Mon, 1 Jun 2020 10:09:26 +0000 (12:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:56 +0000 (10:18 +0200)
commit889faf467b2c2b58f84effa13b1b2b4988184c03
treee9d782570611224b546ce26c7280519ee68c380a
parentaea4635c38e0d76421116e3895b1be105d1871e2
CLEANUP: include: remove excessive includes of common/standard.h

Some of them were simply removed as unused (possibly some leftovers
from an older cleanup session), some were turned to haproxy/bitops.h
and a few had to be added (hlua.c and stick-table.h need standard.h
for parse_time_err; htx.h requires chunk.h but used to get it through
standard.h).
16 files changed:
include/common/fcgi.h
include/common/h1.h
include/common/htx.h
include/common/net_helper.h
include/common/ticks.h
include/proto/freq_ctr.h
include/proto/pattern.h
include/proto/signal.h
include/proto/spoe.h
include/proto/stats.h
include/proto/stick_table.h
include/proto/task.h
include/proto/trace.h
include/types/checks.h
include/types/signal.h
src/hlua.c