mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-10 01:24:30 +01:00
Fix order of includes
This commit is contained in:
committed by
Christian Decker
parent
dbbc61bc4e
commit
c3a46de129
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user