Fix order of includes

This commit is contained in:
Corné Plooy 2018-03-05 10:48:59 +01:00 committed by Christian Decker
parent dbbc61bc4e
commit c3a46de129

View file

@ -1,3 +1,4 @@
#include <assert.h>
#include <bitcoin/preimage.h>
#include <ccan/crypto/ripemd160/ripemd160.h>
#include <ccan/crypto/sha256/sha256.h>
@ -5,7 +6,6 @@
#include <common/type_to_string.h>
#include <common/utils.h>
#include <inttypes.h>
#include <assert.h>
/* We need at least one, and these are in CCAN so register it here. */
REGISTER_TYPE_TO_HEXSTR(sha256);