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,5 +1,6 @@
#ifndef LIGHTNING_OPT_BITS_H
#define LIGHTNING_OPT_BITS_H
#include "config.h"
#include <ccan/opt/opt.h>
#include <ccan/short_types/short_types.h>