From b2ce619bcd366508cbd8d79d1f413fcc25d451e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corn=C3=A9=20Plooy?= Date: Mon, 5 Mar 2018 12:51:25 +0100 Subject: [PATCH] Fix order of includes --- lightningd/opt_time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightningd/opt_time.c b/lightningd/opt_time.c index e191592b5..788738857 100644 --- a/lightningd/opt_time.c +++ b/lightningd/opt_time.c @@ -1,10 +1,10 @@ #include "opt_time.h" +#include #include #include #include #include #include -#include static bool match(const char *str, const char *abbrev, const char *full) {