]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move stream.h to haproxy/stream{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 21:46:14 +0000 (23:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commitdfd3de882610a9fed48d533d5b5e30ecc1386d0f
treebaadae4befc731c03baefabfed086054c21c5958
parent1e56f926937b4f4b27a8fd107cb14efbc1dc2dcc
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.
65 files changed:
contrib/debug/flags.c
contrib/modsecurity/modsec_wrapper.c
contrib/prometheus-exporter/service-prometheus.c
include/haproxy/applet-t.h
include/haproxy/backend.h
include/haproxy/channel.h
include/haproxy/cli.h
include/haproxy/fcgi-app.h
include/haproxy/filters.h
include/haproxy/frontend.h
include/haproxy/http_ana.h
include/haproxy/log.h
include/haproxy/obj_type.h
include/haproxy/payload.h
include/haproxy/peers.h
include/haproxy/queue.h
include/haproxy/spoe-t.h
include/haproxy/stream-t.h [moved from include/types/stream.h with 98% similarity]
include/haproxy/stream.h [moved from include/proto/stream.h with 97% similarity]
include/haproxy/stream_interface.h
include/haproxy/tcp_rules.h
include/haproxy/vars.h
src/applet.c
src/backend.c
src/cache.c
src/cfgparse-global.c
src/cfgparse.c
src/cli.c
src/compression.c
src/filters.c
src/flt_http_comp.c
src/flt_spoe.c
src/flt_trace.c
src/frontend.c
src/h1_htx.c
src/haproxy.c
src/hlua.c
src/http_ana.c
src/http_conv.c
src/http_fetch.c
src/http_rules.c
src/listener.c
src/log.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/mworker-prog.c
src/mworker.c
src/namespace.c
src/peers.c
src/proto_tcp.c
src/proxy.c
src/queue.c
src/regex.c
src/server.c
src/session.c
src/ssl_sock.c
src/stats.c
src/stick_table.c
src/stream.c
src/stream_interface.c
src/task.c
src/tcp_rules.c
src/vars.c