daemon/lightningd: remove building, and main files

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-08-29 01:23:01 +09:30
committed by Christian Decker
parent 5db4e1144b
commit 88bb38f63b
68 changed files with 75 additions and 14951 deletions

View File

@@ -2,7 +2,7 @@
#include "dns.h"
#include "lightningd.h"
#include "log.h"
#include "peer.h"
#include "netaddr.h"
#include <assert.h>
#include <ccan/err/err.h>
#include <ccan/read_write_all/read_write_all.h>