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.
diff --git a/addons/promex/service-prometheus.c b/addons/promex/service-prometheus.c
index 2070b9c..69fb26a 100644
--- a/addons/promex/service-prometheus.c
+++ b/addons/promex/service-prometheus.c
@@ -22,6 +22,7 @@
 #include <haproxy/frontend.h>
 #include <haproxy/global.h>
 #include <haproxy/http.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_htx.h>
 #include <haproxy/htx.h>
 #include <haproxy/list.h>
diff --git a/src/cfgparse-listen.c b/src/cfgparse-listen.c
index d4a73e7..98e31ec 100644
--- a/src/cfgparse-listen.c
+++ b/src/cfgparse-listen.c
@@ -19,6 +19,7 @@
 #include <haproxy/compression-t.h>
 #include <haproxy/connection.h>
 #include <haproxy/extcheck.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_htx.h>
 #include <haproxy/http_rules.h>
 #include <haproxy/listener.h>
diff --git a/src/debug.c b/src/debug.c
index 0720e1f..303e282 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -27,6 +27,7 @@
 #include <haproxy/fd.h>
 #include <haproxy/global.h>
 #include <haproxy/hlua.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/log.h>
 #include <haproxy/net_helper.h>
 #include <haproxy/stream_interface.h>
diff --git a/src/log.c b/src/log.c
index 1e08b66..0e880c9 100644
--- a/src/log.c
+++ b/src/log.c
@@ -31,6 +31,7 @@
 #include <haproxy/frontend.h>
 #include <haproxy/global.h>
 #include <haproxy/http.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/listener.h>
 #include <haproxy/log.h>
 #include <haproxy/proxy.h>
diff --git a/src/stats.c b/src/stats.c
index 8cc3bad..7db4c90 100644
--- a/src/stats.c
+++ b/src/stats.c
@@ -40,6 +40,7 @@
 #include <haproxy/frontend.h>
 #include <haproxy/global.h>
 #include <haproxy/http.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_htx.h>
 #include <haproxy/htx.h>
 #include <haproxy/list.h>
diff --git a/src/stream_interface.c b/src/stream_interface.c
index 988bcfc..2406261 100644
--- a/src/stream_interface.c
+++ b/src/stream_interface.c
@@ -24,6 +24,7 @@
 #include <haproxy/channel.h>
 #include <haproxy/connection.h>
 #include <haproxy/dynbuf.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_htx.h>
 #include <haproxy/pipe-t.h>
 #include <haproxy/pipe.h>