]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: tree-wide: fix a few missing includes in a few files
authorWilly Tarreau <w@1wt.eu>
Wed, 14 Feb 2024 07:41:11 +0000 (08:41 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Mar 2024 10:50:34 +0000 (11:50 +0100)
commit0a0041d1955a7715024a78db93b56c1a58517789
tree5692bf37d39305452f5c130663eedb101eb27623
parentac692d7ee5033b0d7122c75808066cc560f50db6
BUILD: tree-wide: fix a few missing includes in a few files

Some include files, mostly types definitions, are missing a few includes
to define the types they're using, causing include ordering dependencies
between files, which are most often not seen due to the alphabetical
order of includes. Let's just fix them.

These were spotted by building pre-compiled headers for all these files
to .h.gch.
26 files changed:
include/haproxy/bug.h
include/haproxy/cbuf-t.h
include/haproxy/defaults.h
include/haproxy/dgram-t.h
include/haproxy/dynbuf-t.h
include/haproxy/filters-t.h
include/haproxy/http_client.h
include/haproxy/jwt-t.h
include/haproxy/mqtt-t.h
include/haproxy/proto_quic.h
include/haproxy/proto_sockpair.h
include/haproxy/proto_udp.h
include/haproxy/qpack-dec.h
include/haproxy/qpack-tbl-t.h
include/haproxy/queue-t.h
include/haproxy/quic_ack-t.h
include/haproxy/quic_ack.h
include/haproxy/quic_rx-t.h
include/haproxy/quic_tls-t.h
include/haproxy/quic_tx-t.h
include/haproxy/ssl_gencert.h
include/haproxy/stick_table.h
include/haproxy/tools-t.h
include/haproxy/vars.h
include/haproxy/xref.h
include/import/slz-tables.h