cln/wire
Rusty Russell 6e5cb299dd global: remove unnecessary includes from C files.
Basically, `devtools/reduce-includes.sh */*.c`.

Build time from make clean (RUST=0) (includes building external libs):

Before:
	real    0m38.944000-40.416000(40.1131+/-0.4)s
	user    3m6.790000-17.159000(15.0571+/-2.8)s
	sys     0m35.304000-37.336000(36.8942+/-0.57)s
After:
	real    0m37.872000-39.974000(39.5466+/-0.59)s
	user    3m1.211000-14.968000(12.4556+/-3.9)s
	sys     0m35.008000-36.830000(36.4143+/-0.5)s

Build time after touch config.vars (RUST=0):

Before:
	real    0m19.831000-21.862000(21.5528+/-0.58)s
	user    2m15.361000-30.731000(28.4798+/-4.4)s
	sys     0m21.056000-22.339000(22.0346+/-0.35)s

After:
	real    0m18.384000-21.307000(20.8605+/-0.92)s
	user    2m5.585000-26.843000(23.6017+/-6.7)s
	sys     0m19.650000-22.003000(21.4943+/-0.69)s

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2025-10-23 06:44:04 +10:30
..
test Makefile: create a library containing common, wire and bitcoin objects. 2025-10-23 06:44:04 +10:30
bolt12_wire.csv wire: update to slight spec neating. 2025-10-01 15:31:30 +09:30
channel_type_wire.csv common/channel_type: wrapper for generated 'struct channel_type'. 2021-09-13 15:53:23 +02:00
extracted_bolt12_01_recurrence.patch wire: update to slight spec neating. 2025-10-01 15:31:30 +09:30
extracted_onion_03_onionmsg-payload-as-bytearr.patch wire: update to bolt version which has offers included. 2025-02-11 20:19:01 -06:00
extracted_onion_05_remove-onion_message.patch BOLTs: update which renames blinding terminology. 2024-10-16 07:14:32 +10:30
extracted_peer-shutdown-wrong_funding.patch protocol: add TLV for shutdown message, use 100 as "wrong_funding" outpoint. 2021-03-16 13:08:40 +10:30
extracted_peer_04_opt_will_fund.patch BOLT catchup: quiescence is included. 2024-10-16 07:14:32 +10:30
extracted_peer_05_newonion.patch BOLTs: update which renames blinding terminology. 2024-10-16 07:14:32 +10:30
extracted_peer_06_funding_outpoint_sigs.patch wire: fix extracted files. 2025-02-11 20:19:01 -06:00
extracted_peer_08_add_input_tlvs.patch wire: fix extracted files. 2025-02-11 20:19:01 -06:00
extracted_peer_11_splice.patch wire: update splice patch to produce expected peer_wire.csv. 2025-07-07 11:18:37 +09:30
extracted_peer_12_splice_update.patch splice: Remove batch_size from commitment_signed 2025-08-14 16:40:04 +09:30
fromwire.c common/utils: macros to help get copy/compare across different types right. 2024-07-23 09:54:47 +09:30
Makefile global: remove unnecessary includes from headers. 2025-10-23 06:44:04 +10:30
onion_defs.h global: remove unnecessary includes from headers. 2025-10-23 06:44:04 +10:30
onion_wire.csv wire: update to bolt version which has offers included. 2025-02-11 20:19:01 -06:00
peer_wire.c splice: Add start_batch and an internal wire type 2025-08-14 16:40:04 +09:30
peer_wire.csv splice: Remove batch_size from commitment_signed 2025-08-14 16:40:04 +09:30
peer_wire.h global: remove unnecessary includes from headers. 2025-10-23 06:44:04 +10:30
tlvstream.c global: remove unnecessary includes from headers. 2025-10-23 06:44:04 +10:30
tlvstream.h global: remove unnecessary includes from headers. 2025-10-23 06:44:04 +10:30
towire.c global: remove unnecessary includes from C files. 2025-10-23 06:44:04 +10:30
wire.h global: remove unnecessary includes from headers. 2025-10-23 06:44:04 +10:30
wire_io.c global: remove unnecessary includes from C files. 2025-10-23 06:44:04 +10:30
wire_io.h connectd: do decryption for peers. 2022-01-20 15:24:06 +10:30
wire_sync.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30
wire_sync.h wire_sync_write: support take() 2017-06-27 10:25:53 +09:30