BUILD: tree-wide: add missing http_ana.h from many places
authorWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 16:56:42 +0000 (18:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 6 Oct 2021 23:36:51 +0000 (01:36 +0200)
commitb7fc4c4e9f36d9180454808190441e85dca576f4
treeb0ee762788419d8df9f597c105de92b274190d30
parentfa17d9f92c2e85365fee940a20b00303acedf4bb
BUILD: tree-wide: add missing http_ana.h from many places

At least 6 files make use of s->txn without including http_ana which
defines it. They used to get it from other includes.
addons/promex/service-prometheus.c
src/cfgparse-listen.c
src/debug.c
src/log.c
src/stats.c
src/stream_interface.c