Sort include lines (ignoring hacky cli test utils).

Put ccan first, openssl next, then standard headers, then locals.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2015-06-12 12:26:59 +09:30
parent 4e8eda47a1
commit ef9463f6b1
19 changed files with 48 additions and 49 deletions

View File

@@ -1,9 +1,9 @@
#include "commit_tx.h"
#include "bitcoin/pubkey.h"
#include "bitcoin/script.h"
#include "bitcoin/shadouble.h"
#include "bitcoin/tx.h"
#include "bitcoin/script.h"
#include "commit_tx.h"
#include "permute_tx.h"
#include "bitcoin/pubkey.h"
#include "pkt.h"
#include "protobuf_convert.h"