REORG: include: move tcp_rules.h to haproxy/tcp_rules.h
There's no type file on this one which is pretty simple.
diff --git a/src/proto_tcp.c b/src/proto_tcp.c
index 2568d10..e43eaf7 100644
--- a/src/proto_tcp.c
+++ b/src/proto_tcp.c
@@ -55,7 +55,7 @@
#include <haproxy/proto_tcp.h>
#include <proto/proxy.h>
#include <proto/server.h>
-#include <proto/tcp_rules.h>
+#include <haproxy/tcp_rules.h>
static int tcp_bind_listeners(struct protocol *proto, char *errmsg, int errlen);
static int tcp_bind_listener(struct listener *listener, char *errmsg, int errlen);