REORG: include: move common/chunk.h to haproxy/chunk.h

No change was necessary, it was already properly split.
diff --git a/contrib/hpack/decode.c b/contrib/hpack/decode.c
index 8dbb6f1..bc38f92 100644
--- a/contrib/hpack/decode.c
+++ b/contrib/hpack/decode.c
@@ -18,7 +18,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <common/chunk.h>
+#include <haproxy/chunk.h>
 #include <common/hpack-dec.h>
 
 #define MAX_RQ_SIZE 65536
diff --git a/contrib/mod_defender/defender.c b/contrib/mod_defender/defender.c
index f3b9055..fdf80d8 100644
--- a/contrib/mod_defender/defender.c
+++ b/contrib/mod_defender/defender.c
@@ -20,7 +20,7 @@
 
 #include <haproxy/api.h>
 #include <common/standard.h>
-#include <common/chunk.h>
+#include <haproxy/chunk.h>
 #include <haproxy/time.h>
 
 #include <proto/spoe.h>
diff --git a/contrib/mod_defender/spoa.c b/contrib/mod_defender/spoa.c
index 530b42d..b4c990b 100644
--- a/contrib/mod_defender/spoa.c
+++ b/contrib/mod_defender/spoa.c
@@ -32,7 +32,7 @@
 #include <event2/thread.h>
 
 #include <haproxy/list.h>
-#include <common/chunk.h>
+#include <haproxy/chunk.h>
 
 #include <proto/spoe.h>
 
diff --git a/contrib/modsecurity/spoa.c b/contrib/modsecurity/spoa.c
index ded8a6f..b9d61ed 100644
--- a/contrib/modsecurity/spoa.c
+++ b/contrib/modsecurity/spoa.c
@@ -37,7 +37,7 @@
 #include <event2/thread.h>
 
 #include <haproxy/list.h>
-#include <common/chunk.h>
+#include <haproxy/chunk.h>
 
 #include <proto/spoe.h>