common: move some files out of lightningd/

Basically all files shared by different daemons.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-08-29 01:35:01 +09:30
committed by Christian Decker
parent 8375857116
commit a37c165cb9
97 changed files with 302 additions and 246 deletions

View File

@@ -2,9 +2,9 @@
#include <bitcoin/tx.h>
#include <ccan/endian/endian.h>
#include <common/initial_commit_tx.h>
#include <common/keyset.h>
#include <common/permute_tx.h>
#include <common/utils.h>
#include <lightningd/keyset.h>
/* BOLT #3:
*