REORG: include: move activity to haproxy/

This moves types/activity.h to haproxy/activity-t.h and
proto/activity.h to haproxy/activity.h.

The macros defining the bit field values for the profiling variable
were moved to the type file to be more future-proof.
diff --git a/src/ev_select.c b/src/ev_select.c
index 9168f59..c1e3edf 100644
--- a/src/ev_select.c
+++ b/src/ev_select.c
@@ -21,7 +21,7 @@
 
 #include <types/global.h>
 
-#include <proto/activity.h>
+#include <haproxy/activity.h>
 #include <proto/fd.h>