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

This one was not easy because it was embarking many includes with it,
which other files would automatically find. At least global.h, arg.h
and tools.h were identified. 93 total locations were identified, 8
additional includes had to be added.

In the rare files where it was possible to finalize the sorting of
includes by adjusting only one or two extra lines, it was done. But
all files would need to be rechecked and cleaned up now.

It was the last set of files in types/ and proto/ and these directories
must not be reused anymore.
This commit is contained in:
Willy Tarreau
2020-06-04 23:46:14 +02:00
parent 1e56f92693
commit dfd3de8826
65 changed files with 111 additions and 124 deletions

View File

@@ -26,6 +26,7 @@
#include <haproxy/dynbuf.h>
#include <haproxy/http_htx.h>
#include <haproxy/proxy.h>
#include <haproxy/stream-t.h>
#include <haproxy/stream_interface.h>
#include <haproxy/tools.h>
#include <haproxy/ticks.h>
@@ -33,7 +34,6 @@
#include <haproxy/task.h>
#include <haproxy/pipe.h>
#include <proto/stream.h>
#include <haproxy/pipe-t.h>