mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
Fix order of includes
This commit is contained in:
committed by
Christian Decker
parent
c3a46de129
commit
b2ce619bcd
@@ -1,10 +1,10 @@
|
|||||||
#include "opt_time.h"
|
#include "opt_time.h"
|
||||||
|
#include <assert.h>
|
||||||
#include <ccan/str/str.h>
|
#include <ccan/str/str.h>
|
||||||
#include <ccan/tal/str/str.h>
|
#include <ccan/tal/str/str.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
static bool match(const char *str, const char *abbrev, const char *full)
|
static bool match(const char *str, const char *abbrev, const char *full)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user