base58: fix check-source header order check.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2016-08-09 15:30:34 +09:30
parent 4563ff91e9
commit bcd3e5f60e

View file

@ -11,9 +11,9 @@
#include <assert.h>
#include <ccan/build_assert/build_assert.h>
#include <ccan/tal/str/str.h>
#include <libbase58.h>
#include <secp256k1.h>
#include <string.h>
#include <libbase58.h>
static bool my_sha256(void *digest, const void *data, size_t datasz)
{