common: remove unused assert() headers.

Auditing for assert/abort in common/ code used by lightningd, this is all
that showed up.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2017-10-24 12:54:43 +10:30 committed by Christian Decker
parent 81db5896e1
commit ac92138603
3 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
#include <assert.h>
#include <ccan/crypto/hkdf_sha256/hkdf_sha256.h>
#include <ccan/crypto/sha256/sha256.h>
#include <ccan/crypto/shachain/shachain.h>

View File

@ -1,5 +1,4 @@
#include "funding_tx.h"
#include <assert.h>
#include <bitcoin/pubkey.h>
#include <bitcoin/script.h>
#include <bitcoin/tx.h>

View File

@ -1,3 +1,4 @@
#include <assert.h>
#include <bitcoin/address.h>
#include <bitcoin/base58.h>
#include <bitcoin/privkey.h>