core-lightning/wallet
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
..
test check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
.gitignore reorganize .gitignore entries across subdirs. 2021-05-18 09:43:50 +09:30
db_common.h lightningd: shutdown plugins after subdaemons and assert no write access to db 2021-11-30 13:34:44 +10:30
db_postgres.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
db_sqlite3.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
db.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
db.h lightningd: shutdown plugins after subdaemons and assert no write access to db 2021-11-30 13:34:44 +10:30
invoices.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
invoices.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
Makefile Makefile: remove NO_PYTHON flag in anticipation of making it compulsory. 2021-09-22 15:25:14 +02:00
reservation.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
txfilter.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
txfilter.h common: use bitcoin_outpoint. 2021-10-15 12:09:36 +02:00
wallet.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
wallet.h lightningd: cleanup, freeing jsonrpc in shutdown cannot trigger db write's anymore 2021-11-30 13:34:44 +10:30
walletrpc.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
walletrpc.h common: pull up param_psbt 2020-10-20 12:50:31 +10:30