REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h
Almost no changes, removed stdlib and added buf-t and connection-t to
the types to avoid a warning.
diff --git a/src/dns.c b/src/dns.c
index e54205b..799c7eb 100644
--- a/src/dns.c
+++ b/src/dns.c
@@ -29,6 +29,7 @@
#include <haproxy/http_rules.h>
#include <haproxy/sample.h>
#include <haproxy/stats-t.h>
+#include <haproxy/stream_interface.h>
#include <haproxy/task.h>
#include <haproxy/tcp_rules.h>
#include <haproxy/time.h>
@@ -45,7 +46,6 @@
#include <proto/server.h>
#include <haproxy/proto_udp.h>
#include <proto/proxy.h>
-#include <proto/stream_interface.h>
struct list dns_resolvers = LIST_HEAD_INIT(dns_resolvers);
struct list dns_srvrq_list = LIST_HEAD_INIT(dns_srvrq_list);