mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 07:34:24 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user