mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
common/wireaddr: don't include lightningd/lightningd.
common should not include specific per-daemon files. Turns out this caused a lot of indirect includes to be exposed. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include <bitcoin/tx.h>
|
||||
#include <common/wireaddr.h>
|
||||
#include <wire/gen_peer_wire.h>
|
||||
#include <wire/gen_onion_wire.h>
|
||||
|
||||
struct tlv_print_record_type {
|
||||
u64 type;
|
||||
|
||||
Reference in New Issue
Block a user