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/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