From c3a46de12985a0f6383710f893f82fdbaa5232a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corn=C3=A9=20Plooy?= Date: Mon, 5 Mar 2018 10:48:59 +0100 Subject: [PATCH] Fix order of includes --- common/type_to_string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/type_to_string.c b/common/type_to_string.c index de50e4096..13afd7ee9 100644 --- a/common/type_to_string.c +++ b/common/type_to_string.c @@ -1,3 +1,4 @@ +#include #include #include #include @@ -5,7 +6,6 @@ #include #include #include -#include /* We need at least one, and these are in CCAN so register it here. */ REGISTER_TYPE_TO_HEXSTR(sha256);