core-lightning/bitcoin/test
Rusty Russell 4ffda340d3 check: make sure all files outside contrib/ include "config.h" first.
And turn "" includes into full-path (which makes it easier to put
config.h first, and finds some cases check-includes.sh missed
previously).

config.h sets _GNU_SOURCE which really needs to be done before any
'#includes': we mainly got away with it with glibc, but other platforms
like Alpine may have stricter requirements.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-12-06 10:05:39 +10:30
..
Makefile common/autodata: use instead of ccan/autodata 2021-09-21 18:04:43 +02:00
run-bitcoin_block_from_hex.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
run-secret_eq_consttime.c check-includes: allow redundant "config.h" 2021-02-04 12:02:36 +10:30
run-tx-encode.c cleanup: remove unneeded includes in C files. 2021-09-17 09:43:22 +09:30