header cleanup: sort include lines into alpha order, after config.h

This makes merging easier in future.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2016-01-22 06:38:08 +10:30
parent 4dafeba857
commit d733e82352
21 changed files with 35 additions and 12 deletions

View File

@@ -1,7 +1,8 @@
#ifndef LIGHTNING_COMMIT_TX_H
#define LIGHTNING_COMMIT_TX_H
#include <ccan/tal/tal.h>
#include "config.h"
#include "lightning.pb-c.h"
#include <ccan/tal/tal.h>
struct channel_state;
struct sha256_double;