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

No change was needed.
diff --git a/src/checks.c b/src/checks.c
index 3d3fbd1..59c1760 100644
--- a/src/checks.c
+++ b/src/checks.c
@@ -68,7 +68,7 @@
 #include <proto/vars.h>
 #include <proto/log.h>
 #include <proto/dns.h>
-#include <proto/proto_udp.h>
+#include <haproxy/proto_udp.h>
 #include <proto/ssl_sock.h>
 #include <proto/sample.h>
 
diff --git a/src/dns.c b/src/dns.c
index a74bd36..79a7a0d 100644
--- a/src/dns.c
+++ b/src/dns.c
@@ -45,7 +45,7 @@
 #include <proto/sample.h>
 #include <proto/server.h>
 #include <proto/task.h>
-#include <proto/proto_udp.h>
+#include <haproxy/proto_udp.h>
 #include <proto/proxy.h>
 #include <proto/stream_interface.h>
 #include <proto/tcp_rules.h>
diff --git a/src/proto_udp.c b/src/proto_udp.c
index a1d9176..93c0389 100644
--- a/src/proto_udp.c
+++ b/src/proto_udp.c
@@ -12,7 +12,7 @@
 
 #include <types/global.h>
 #include <haproxy/fd-t.h>
-#include <types/proto_udp.h>
+#include <haproxy/proto_udp-t.h>
 
 #include <haproxy/fd.h>
 
diff --git a/src/tools.c b/src/tools.c
index fbec3f5..2b94793 100644
--- a/src/tools.c
+++ b/src/tools.c
@@ -48,7 +48,7 @@
 #include <proto/dns.h>
 #include <proto/hlua.h>
 #include <proto/listener.h>
-#include <proto/proto_udp.h>
+#include <haproxy/proto_udp.h>
 #include <proto/ssl_sock.h>
 #include <proto/stream_interface.h>
 #include <proto/task.h>