diff options
| author | Willy Tarreau <w@1wt.eu> | 2020-06-04 23:46:14 +0200 |
|---|---|---|
| committer | Willy Tarreau <w@1wt.eu> | 2020-06-11 10:18:58 +0200 |
| commit | dfd3de882610a9fed48d533d5b5e30ecc1386d0f (patch) | |
| tree | baadae4befc731c03baefabfed086054c21c5958 /include/haproxy/queue.h | |
| parent | 1e56f926937b4f4b27a8fd107cb14efbc1dc2dcc (diff) | |
| download | haproxy-dfd3de882610a9fed48d533d5b5e30ecc1386d0f.tar.gz | |
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.
Diffstat (limited to 'include/haproxy/queue.h')
| -rw-r--r-- | include/haproxy/queue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/haproxy/queue.h b/include/haproxy/queue.h index ef61c0d94..19e1c5177 100644 --- a/include/haproxy/queue.h +++ b/include/haproxy/queue.h @@ -28,7 +28,7 @@ #include <haproxy/proxy-t.h> #include <haproxy/queue-t.h> #include <haproxy/server-t.h> -#include <types/stream.h> +#include <haproxy/stream-t.h> extern struct pool_head *pool_head_pendconn; |
