mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
Fix check-source: reorder includes in alphabetical order.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
6015cedee8
commit
f086e44358
@ -14,10 +14,10 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <secp256k1.h>
|
#include <secp256k1.h>
|
||||||
|
#include <sodium/randombytes.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sodium/randombytes.h>
|
|
||||||
|
|
||||||
struct secret {
|
struct secret {
|
||||||
/* Secret ID of our node; public is dstate->id. */
|
/* Secret ID of our node; public is dstate->id. */
|
||||||
|
Loading…
Reference in New Issue
Block a user