REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h

It was moved without any change, however many callers didn't need it at
all. This was a consequence of the split of proto_http.c into several
parts that resulted in many locations to still reference it.
diff --git a/src/51d.c b/src/51d.c
index 3bdc5bf..37124ea 100644
--- a/src/51d.c
+++ b/src/51d.c
@@ -5,13 +5,13 @@
 #include <haproxy/chunk.h>
 #include <haproxy/buf-t.h>
 #include <haproxy/errors.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_fetch.h>
 #include <haproxy/http_htx.h>
 #include <haproxy/thread.h>
 #include <haproxy/global.h>
 #include <haproxy/arg.h>
 #include <proto/log.h>
-#include <proto/http_ana.h>
 #include <haproxy/sample.h>
 #include <import/xxhash.h>
 #include <import/lru.h>
diff --git a/src/backend.c b/src/backend.c
index d4805d7..f79ac18 100644
--- a/src/backend.c
+++ b/src/backend.c
@@ -26,6 +26,7 @@
 #include <haproxy/frontend.h>
 #include <haproxy/hash.h>
 #include <haproxy/http.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_htx.h>
 #include <haproxy/htx.h>
 #include <haproxy/lb_chash.h>
@@ -49,7 +50,6 @@
 #include <proto/backend.h>
 #include <proto/log.h>
 #include <haproxy/protocol.h>
-#include <proto/http_ana.h>
 #include <haproxy/proto_tcp.h>
 #include <proto/proxy.h>
 #include <proto/queue.h>
diff --git a/src/cache.c b/src/cache.c
index 80bc545..36c54a8 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -14,6 +14,7 @@
 #include <haproxy/api.h>
 #include <haproxy/channel.h>
 #include <haproxy/cli.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_htx.h>
 #include <haproxy/http_rules.h>
 #include <haproxy/shctx.h>
@@ -26,7 +27,6 @@
 
 #include <proto/proxy.h>
 #include <proto/filters.h>
-#include <proto/http_ana.h>
 #include <proto/log.h>
 #include <proto/stream.h>
 
diff --git a/src/cfgparse.c b/src/cfgparse.c
index 15f768e..e5cac8b 100644
--- a/src/cfgparse.c
+++ b/src/cfgparse.c
@@ -46,6 +46,7 @@
 #include <haproxy/dns.h>
 #include <haproxy/errors.h>
 #include <haproxy/frontend.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_rules.h>
 #include <haproxy/lb_chash.h>
 #include <haproxy/lb_fas.h>
@@ -73,7 +74,6 @@
 #include <proto/filters.h>
 #include <proto/log.h>
 #include <haproxy/protocol.h>
-#include <proto/http_ana.h>
 #include <proto/proxy.h>
 #include <haproxy/peers.h>
 #include <haproxy/sample.h>
diff --git a/src/da.c b/src/da.c
index ab36fa9..1d62ade 100644
--- a/src/da.c
+++ b/src/da.c
@@ -4,12 +4,13 @@
 #include <common/cfgparse.h>
 #include <haproxy/errors.h>
 #include <haproxy/http.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_fetch.h>
 #include <haproxy/http_htx.h>
+#include <haproxy/htx.h>
 #include <haproxy/global.h>
 #include <haproxy/arg.h>
 #include <proto/log.h>
-#include <proto/http_ana.h>
 #include <haproxy/sample.h>
 #include <dac.h>
 
diff --git a/src/dns.c b/src/dns.c
index 54c0780..7658f6f 100644
--- a/src/dns.c
+++ b/src/dns.c
@@ -41,7 +41,6 @@
 #include <haproxy/global.h>
 
 #include <haproxy/fd.h>
-#include <proto/http_ana.h>
 #include <proto/log.h>
 #include <proto/server.h>
 #include <haproxy/proto_udp.h>
diff --git a/src/filters.c b/src/filters.c
index de5d9f2..130f5d7 100644
--- a/src/filters.c
+++ b/src/filters.c
@@ -15,6 +15,7 @@
 #include <common/cfgparse.h>
 #include <haproxy/errors.h>
 #include <haproxy/flt_http_comp.h>
+#include <haproxy/http_ana-t.h>
 #include <haproxy/http_htx.h>
 #include <haproxy/htx.h>
 #include <haproxy/namespace.h>
@@ -22,11 +23,10 @@
 #include <haproxy/tools.h>
 
 #include <types/filters.h>
-#include <types/http_ana.h>
 
 #include <haproxy/compression.h>
 #include <proto/filters.h>
-#include <proto/http_ana.h>
+#include <haproxy/http_ana.h>
 #include <proto/stream.h>
 
 #define TRACE_SOURCE &trace_strm
diff --git a/src/flt_http_comp.c b/src/flt_http_comp.c
index 5ab6a01..0fb213d 100644
--- a/src/flt_http_comp.c
+++ b/src/flt_http_comp.c
@@ -14,6 +14,7 @@
 #include <haproxy/compression.h>
 #include <haproxy/dynbuf.h>
 #include <haproxy/http.h>
+#include <haproxy/http_ana-t.h>
 #include <haproxy/http_htx.h>
 #include <common/cfgparse.h>
 #include <haproxy/htx.h>
@@ -25,7 +26,6 @@
 #include <types/proxy.h>
 
 #include <proto/filters.h>
-#include <proto/http_ana.h>
 #include <proto/stream.h>
 
 const char *http_comp_flt_id = "compression filter";
diff --git a/src/flt_spoe.c b/src/flt_spoe.c
index d483ba5..9e9eaeb 100644
--- a/src/flt_spoe.c
+++ b/src/flt_spoe.c
@@ -38,7 +38,6 @@
 #include <proto/filters.h>
 #include <haproxy/freq_ctr.h>
 #include <proto/log.h>
-#include <proto/http_ana.h>
 #include <proto/proxy.h>
 #include <proto/spoe.h>
 #include <proto/stream.h>
diff --git a/src/flt_trace.c b/src/flt_trace.c
index aaf63d3..125401a 100644
--- a/src/flt_trace.c
+++ b/src/flt_trace.c
@@ -14,6 +14,7 @@
 
 #include <haproxy/api.h>
 #include <haproxy/channel-t.h>
+#include <haproxy/http_ana-t.h>
 #include <haproxy/http_htx.h>
 #include <haproxy/htx.h>
 #include <haproxy/tools.h>
@@ -26,7 +27,6 @@
 
 #include <proto/filters.h>
 #include <proto/log.h>
-#include <proto/http_ana.h>
 #include <proto/stream.h>
 
 const char *trace_flt_id = "trace filter";
diff --git a/src/frontend.c b/src/frontend.c
index 63ab356..09adbea 100644
--- a/src/frontend.c
+++ b/src/frontend.c
@@ -26,6 +26,7 @@
 #include <haproxy/api.h>
 #include <haproxy/chunk.h>
 #include <haproxy/frontend.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/sample.h>
 #include <haproxy/stream_interface.h>
 #include <haproxy/task.h>
@@ -38,7 +39,6 @@
 #include <haproxy/fd.h>
 #include <proto/log.h>
 #include <haproxy/proto_tcp.h>
-#include <proto/http_ana.h>
 #include <proto/proxy.h>
 #include <proto/stream.h>
 
diff --git a/src/haproxy.c b/src/haproxy.c
index 44e4ff3..6370d8e 100644
--- a/src/haproxy.c
+++ b/src/haproxy.c
@@ -126,7 +126,6 @@
 #include <proto/filters.h>
 #include <proto/log.h>
 #include <haproxy/protocol.h>
-#include <proto/http_ana.h>
 #include <proto/proxy.h>
 #include <proto/queue.h>
 #include <proto/server.h>
diff --git a/src/hlua.c b/src/hlua.c
index fbca16f..afff59a 100644
--- a/src/hlua.c
+++ b/src/hlua.c
@@ -36,6 +36,7 @@
 #include <haproxy/h1.h>
 #include <haproxy/hlua.h>
 #include <haproxy/hlua_fcn.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_fetch.h>
 #include <haproxy/http_rules.h>
 #include <haproxy/map.h>
@@ -55,7 +56,6 @@
 
 #include <haproxy/arg.h>
 #include <proto/queue.h>
-#include <proto/http_ana.h>
 #include <proto/server.h>
 #include <proto/stream.h>
 
diff --git a/src/http_act.c b/src/http_act.c
index 4c283283..06ab3c2 100644
--- a/src/http_act.c
+++ b/src/http_act.c
@@ -23,6 +23,7 @@
 #include <haproxy/chunk.h>
 #include <haproxy/global.h>
 #include <haproxy/http.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_htx.h>
 #include <haproxy/http_rules.h>
 #include <haproxy/pattern.h>
@@ -38,7 +39,6 @@
 
 #include <haproxy/arg.h>
 #include <proto/log.h>
-#include <proto/http_ana.h>
 
 /* Release memory allocated by most of HTTP actions. Concretly, it releases
  * <arg.http>.
diff --git a/src/http_ana.c b/src/http_ana.c
index ee43a69..6e15d67 100644
--- a/src/http_ana.c
+++ b/src/http_ana.c
@@ -18,6 +18,7 @@
 #include <haproxy/check.h>
 #include <haproxy/connection.h>
 #include <haproxy/http.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_htx.h>
 #include <haproxy/htx.h>
 #include <haproxy/net_helper.h>
@@ -31,7 +32,6 @@
 
 #include <proto/filters.h>
 #include <proto/log.h>
-#include <proto/http_ana.h>
 #include <proto/proxy.h>
 #include <proto/server.h>
 #include <proto/stream.h>
diff --git a/src/http_fetch.c b/src/http_fetch.c
index 7209fc6..65fbe87 100644
--- a/src/http_fetch.c
+++ b/src/http_fetch.c
@@ -26,6 +26,7 @@
 #include <haproxy/h1.h>
 #include <haproxy/h1_htx.h>
 #include <haproxy/http.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_fetch.h>
 #include <haproxy/http_htx.h>
 #include <haproxy/htx.h>
@@ -37,7 +38,6 @@
 
 #include <haproxy/arg.h>
 #include <proto/log.h>
-#include <proto/http_ana.h>
 #include <proto/stream.h>
 
 
diff --git a/src/http_rules.c b/src/http_rules.c
index 6864e5e..40ffb71 100644
--- a/src/http_rules.c
+++ b/src/http_rules.c
@@ -30,7 +30,6 @@
 #include <haproxy/capture-t.h>
 
 #include <haproxy/arg.h>
-#include <proto/http_ana.h>
 #include <haproxy/sample.h>
 
 
diff --git a/src/payload.c b/src/payload.c
index c84a124..d9b3107 100644
--- a/src/payload.c
+++ b/src/payload.c
@@ -23,7 +23,6 @@
 #include <haproxy/htx.h>
 #include <haproxy/arg.h>
 #include <haproxy/sample.h>
-#include <proto/http_ana.h>
 
 
 /************************************************************************/
diff --git a/src/proto_tcp.c b/src/proto_tcp.c
index e25bbdb..b25779c 100644
--- a/src/proto_tcp.c
+++ b/src/proto_tcp.c
@@ -50,7 +50,6 @@
 #include <proto/log.h>
 #include <haproxy/port_range.h>
 #include <haproxy/protocol.h>
-#include <proto/http_ana.h>
 #include <haproxy/proto_tcp.h>
 #include <proto/proxy.h>
 #include <proto/server.h>
diff --git a/src/proxy.c b/src/proxy.c
index 11f340d..803f186 100644
--- a/src/proxy.c
+++ b/src/proxy.c
@@ -23,6 +23,7 @@
 #include <haproxy/cli.h>
 #include <haproxy/errors.h>
 #include <haproxy/global.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/listener.h>
 #include <haproxy/obj_type-t.h>
 #include <haproxy/peers.h>
@@ -42,7 +43,6 @@
 #include <proto/filters.h>
 #include <proto/log.h>
 #include <haproxy/proto_tcp.h>
-#include <proto/http_ana.h>
 #include <proto/proxy.h>
 #include <proto/server.h>
 #include <haproxy/signal.h>
diff --git a/src/queue.c b/src/queue.c
index 3b5d0ef..6e99769 100644
--- a/src/queue.c
+++ b/src/queue.c
@@ -80,7 +80,6 @@
 #include <haproxy/thread.h>
 #include <import/eb32tree.h>
 
-#include <proto/http_ana.h>
 #include <proto/queue.h>
 #include <proto/server.h>
 #include <proto/stream.h>
diff --git a/src/ssl_sock.c b/src/ssl_sock.c
index 6ce493a..a586b62 100644
--- a/src/ssl_sock.c
+++ b/src/ssl_sock.c
@@ -76,7 +76,6 @@
 #include <haproxy/fd.h>
 #include <haproxy/freq_ctr.h>
 #include <haproxy/proto_tcp.h>
-#include <proto/http_ana.h>
 #include <proto/server.h>
 #include <proto/log.h>
 #include <proto/proxy.h>
diff --git a/src/stick_table.c b/src/stick_table.c
index 6bf6cd9..3a8d62f 100644
--- a/src/stick_table.c
+++ b/src/stick_table.c
@@ -35,7 +35,6 @@
 
 #include <haproxy/arg.h>
 #include <proto/log.h>
-#include <proto/http_ana.h>
 #include <haproxy/proto_tcp.h>
 #include <proto/proxy.h>
 #include <haproxy/sample.h>
diff --git a/src/stream.c b/src/stream.c
index 6ec1794..010509f 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -30,6 +30,7 @@
 #include <haproxy/frontend.h>
 #include <haproxy/global.h>
 #include <haproxy/hlua.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_rules.h>
 #include <haproxy/istbuf.h>
 #include <haproxy/thread.h>
@@ -53,7 +54,6 @@
 #include <proto/log.h>
 #include <proto/stream.h>
 #include <haproxy/pipe.h>
-#include <proto/http_ana.h>
 #include <proto/proxy.h>
 #include <proto/queue.h>
 #include <proto/server.h>
diff --git a/src/vars.c b/src/vars.c
index 4a3b457..b26d60f 100644
--- a/src/vars.c
+++ b/src/vars.c
@@ -11,7 +11,6 @@
 #include <haproxy/vars.h>
 
 #include <haproxy/arg.h>
-#include <proto/http_ana.h>
 #include <proto/stream.h>
 
 /* This contains a pool of struct vars */
diff --git a/src/wurfl.c b/src/wurfl.c
index 01cce0d..f7992e5 100644
--- a/src/wurfl.c
+++ b/src/wurfl.c
@@ -7,11 +7,11 @@
 #include <haproxy/chunk.h>
 #include <haproxy/errors.h>
 #include <haproxy/global.h>
+#include <haproxy/http_ana.h>
 #include <haproxy/http_fetch.h>
 #include <haproxy/http_htx.h>
 #include <haproxy/arg.h>
 #include <proto/log.h>
-#include <proto/http_ana.h>
 #include <haproxy/sample.h>
 #include <import/ebsttree.h>
 #include <import/ebmbtree.h>