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/h3.c b/src/h3.c
index 35c3784..cc609f0 100644
--- a/src/h3.c
+++ b/src/h3.c
@@ -18,7 +18,6 @@
#include <haproxy/buf.h>
#include <haproxy/connection.h>
-#include <haproxy/conn_stream.h>
#include <haproxy/dynbuf.h>
#include <haproxy/h3.h>
#include <haproxy/http.h>
@@ -31,6 +30,7 @@
#include <haproxy/qpack-dec.h>
#include <haproxy/qpack-enc.h>
#include <haproxy/quic_enc.h>
+#include <haproxy/stconn.h>
#include <haproxy/tools.h>
#include <haproxy/xprt_quic.h>