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

A few includes had to be added, namely list-t.h in the type file and
types/proxy.h in the proto file. actions.h was including http-htx.h
but didn't need it so it was dropped.
diff --git a/src/flt_http_comp.c b/src/flt_http_comp.c
index 8d02fc7..c081e27 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_htx.h>
 #include <common/cfgparse.h>
 #include <haproxy/htx.h>
 #include <haproxy/list.h>
@@ -24,7 +25,6 @@
 #include <types/sample.h>
 
 #include <proto/filters.h>
-#include <proto/http_htx.h>
 #include <proto/http_ana.h>
 #include <proto/sample.h>
 #include <proto/stream.h>