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