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

No change was necessary. It still includes lots of types/* files.
diff --git a/src/hlua.c b/src/hlua.c
index d0d6282..a795935 100644
--- a/src/hlua.c
+++ b/src/hlua.c
@@ -32,6 +32,7 @@
 #include <haproxy/h1.h>
 #include <haproxy/hlua.h>
 #include <haproxy/hlua_fcn.h>
+#include <haproxy/obj_type.h>
 #include <haproxy/tools.h>
 
 #include <types/cli.h>
@@ -47,7 +48,6 @@
 #include <proto/http_fetch.h>
 #include <proto/http_rules.h>
 #include <proto/map.h>
-#include <proto/obj_type.h>
 #include <proto/queue.h>
 #include <proto/pattern.h>
 #include <proto/payload.h>