REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h}
There's no more reason for keepin the code and definitions in conn_stream,
let's move all that to stconn. The alphabetical ordering of include files
was adjusted.
diff --git a/src/server.c b/src/server.c
index a24a9de..df84579 100644
--- a/src/server.c
+++ b/src/server.c
@@ -25,7 +25,6 @@
#include <haproxy/check.h>
#include <haproxy/cli.h>
#include <haproxy/connection.h>
-#include <haproxy/conn_stream.h>
#include <haproxy/dict-t.h>
#include <haproxy/errors.h>
#include <haproxy/global.h>
@@ -41,6 +40,7 @@
#include <haproxy/sc_strm.h>
#include <haproxy/server.h>
#include <haproxy/stats.h>
+#include <haproxy/stconn.h>
#include <haproxy/stream.h>
#include <haproxy/task.h>
#include <haproxy/tcpcheck.h>