From 08367f8716d3f565820864639d4f30578a21d106 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 22 Jan 2016 06:41:46 +1030 Subject: [PATCH] state: order headers correctly. make check-source will complain once we include state.c. Signed-off-by: Rusty Russell --- state.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state.c b/state.c index 9caa6c737..be1a6182b 100644 --- a/state.c +++ b/state.c @@ -1,5 +1,5 @@ -#include #include +#include static inline bool high_priority(enum state state) {