Browse Source

Fix check-source: reorder includes in alphabetical order.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 9 years ago
parent
commit
f086e44358
  1. 2
      daemon/secrets.c

2
daemon/secrets.c

@ -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…
Cancel
Save