REORG: include: move freq_ctr to haproxy/

types/freq_ctr.h was moved to haproxy/freq_ctr-t.h and proto/freq_ctr.h
was moved to haproxy/freq_ctr.h. Files were updated accordingly, no other
change was applied.
diff --git a/src/activity.c b/src/activity.c
index e9a66fc..0732197 100644
--- a/src/activity.c
+++ b/src/activity.c
@@ -17,7 +17,7 @@
 #include <types/activity.h>
 #include <proto/channel.h>
 #include <proto/cli.h>
-#include <proto/freq_ctr.h>
+#include <haproxy/freq_ctr.h>
 #include <proto/stream_interface.h>
 
 
diff --git a/src/cli.c b/src/cli.c
index 6c7bc3f..91e7ffb 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -50,7 +50,7 @@
 #include <proto/compression.h>
 #include <proto/stats.h>
 #include <proto/fd.h>
-#include <proto/freq_ctr.h>
+#include <haproxy/freq_ctr.h>
 #include <proto/frontend.h>
 #include <proto/log.h>
 #include <proto/pattern.h>
diff --git a/src/compression.c b/src/compression.c
index a63eeef..154d629 100644
--- a/src/compression.c
+++ b/src/compression.c
@@ -36,7 +36,7 @@
 
 #include <proto/acl.h>
 #include <proto/compression.h>
-#include <proto/freq_ctr.h>
+#include <haproxy/freq_ctr.h>
 #include <proto/stream.h>
 
 
diff --git a/src/flt_spoe.c b/src/flt_spoe.c
index 930c2ec..df67a29 100644
--- a/src/flt_spoe.c
+++ b/src/flt_spoe.c
@@ -27,7 +27,7 @@
 #include <proto/arg.h>
 #include <proto/backend.h>
 #include <proto/filters.h>
-#include <proto/freq_ctr.h>
+#include <haproxy/freq_ctr.h>
 #include <proto/frontend.h>
 #include <proto/http_rules.h>
 #include <proto/log.h>
diff --git a/src/freq_ctr.c b/src/freq_ctr.c
index 1620156..8249a3a 100644
--- a/src/freq_ctr.c
+++ b/src/freq_ctr.c
@@ -13,7 +13,7 @@
 #include <haproxy/api.h>
 #include <common/standard.h>
 #include <haproxy/time.h>
-#include <proto/freq_ctr.h>
+#include <haproxy/freq_ctr.h>
 
 /* Read a frequency counter taking history into account for missing time in
  * current period. Current second is sub-divided in 1000 chunks of one ms,
diff --git a/src/listener.c b/src/listener.c
index 8de3b37..04ce4e3 100644
--- a/src/listener.c
+++ b/src/listener.c
@@ -31,7 +31,7 @@
 #include <proto/acl.h>
 #include <proto/connection.h>
 #include <proto/fd.h>
-#include <proto/freq_ctr.h>
+#include <haproxy/freq_ctr.h>
 #include <proto/log.h>
 #include <proto/listener.h>
 #include <proto/protocol.h>
diff --git a/src/proto_sockpair.c b/src/proto_sockpair.c
index 1c13518..446d8de 100644
--- a/src/proto_sockpair.c
+++ b/src/proto_sockpair.c
@@ -37,7 +37,7 @@
 
 #include <proto/connection.h>
 #include <proto/fd.h>
-#include <proto/freq_ctr.h>
+#include <haproxy/freq_ctr.h>
 #include <proto/listener.h>
 #include <proto/log.h>
 #include <proto/protocol.h>
diff --git a/src/raw_sock.c b/src/raw_sock.c
index 1d930d8..4033625 100644
--- a/src/raw_sock.c
+++ b/src/raw_sock.c
@@ -30,7 +30,7 @@
 
 #include <proto/connection.h>
 #include <proto/fd.h>
-#include <proto/freq_ctr.h>
+#include <haproxy/freq_ctr.h>
 #include <proto/log.h>
 #include <proto/pipe.h>
 #include <proto/raw_sock.h>
diff --git a/src/ssl_sock.c b/src/ssl_sock.c
index 729f26c..f5e3405 100644
--- a/src/ssl_sock.c
+++ b/src/ssl_sock.c
@@ -68,7 +68,7 @@
 #include <proto/connection.h>
 #include <proto/cli.h>
 #include <proto/fd.h>
-#include <proto/freq_ctr.h>
+#include <haproxy/freq_ctr.h>
 #include <proto/frontend.h>
 #include <proto/http_rules.h>
 #include <proto/listener.h>
diff --git a/src/stats.c b/src/stats.c
index c0d0eb0..a089318 100644
--- a/src/stats.c
+++ b/src/stats.c
@@ -52,7 +52,7 @@
 #include <proto/dns.h>
 #include <proto/stats.h>
 #include <proto/fd.h>
-#include <proto/freq_ctr.h>
+#include <haproxy/freq_ctr.h>
 #include <proto/frontend.h>
 #include <proto/http_htx.h>
 #include <proto/log.h>
diff --git a/src/stream.c b/src/stream.c
index 7b5620f..92c1b50 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -42,7 +42,7 @@
 #include <proto/stats.h>
 #include <proto/fd.h>
 #include <proto/filters.h>
-#include <proto/freq_ctr.h>
+#include <haproxy/freq_ctr.h>
 #include <proto/frontend.h>
 #include <proto/hlua.h>
 #include <proto/http_rules.h>
diff --git a/src/task.c b/src/task.c
index 452530e..96c09a3 100644
--- a/src/task.c
+++ b/src/task.c
@@ -21,7 +21,7 @@
 #include <import/eb32tree.h>
 
 #include <proto/fd.h>
-#include <proto/freq_ctr.h>
+#include <haproxy/freq_ctr.h>
 #include <proto/proxy.h>
 #include <proto/stream.h>
 #include <proto/task.h>