Fix check-source: reorder includes in alphabetical order.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2016-07-20 14:29:53 +09:30
parent 6015cedee8
commit f086e44358

View File

@ -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. */