mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-03 10:46:58 +01:00
Fix order of includes
This commit is contained in:
parent
dbbc61bc4e
commit
c3a46de129
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
#include <assert.h>
|
||||||
#include <bitcoin/preimage.h>
|
#include <bitcoin/preimage.h>
|
||||||
#include <ccan/crypto/ripemd160/ripemd160.h>
|
#include <ccan/crypto/ripemd160/ripemd160.h>
|
||||||
#include <ccan/crypto/sha256/sha256.h>
|
#include <ccan/crypto/sha256/sha256.h>
|
||||||
|
@ -5,7 +6,6 @@
|
||||||
#include <common/type_to_string.h>
|
#include <common/type_to_string.h>
|
||||||
#include <common/utils.h>
|
#include <common/utils.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
/* We need at least one, and these are in CCAN so register it here. */
|
/* We need at least one, and these are in CCAN so register it here. */
|
||||||
REGISTER_TYPE_TO_HEXSTR(sha256);
|
REGISTER_TYPE_TO_HEXSTR(sha256);
|
||||||
|
|
Loading…
Add table
Reference in a new issue