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

Nothing fancy, includes were already OK. The proto didn't reference the
type, this was fixed. Still references proxy.h and server.h from types/.
diff --git a/src/backend.c b/src/backend.c
index acb80fa..bbf9672 100644
--- a/src/backend.c
+++ b/src/backend.c
@@ -27,6 +27,7 @@
 #include <haproxy/htx.h>
 #include <haproxy/lb_chash.h>
 #include <haproxy/lb_fas.h>
+#include <haproxy/lb_fwlc.h>
 #include <haproxy/obj_type.h>
 #include <haproxy/ticks.h>
 #include <haproxy/time.h>
@@ -39,7 +40,6 @@
 #include <proto/backend.h>
 #include <proto/channel.h>
 #include <proto/checks.h>
-#include <proto/lb_fwlc.h>
 #include <proto/lb_fwrr.h>
 #include <proto/lb_map.h>
 #include <proto/log.h>