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:
Rusty Russell
2020-02-27 12:47:01 +10:30
parent 8f87579589
commit 684ed4231f
13 changed files with 18 additions and 1 deletions

View File

@@ -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;