state: order headers correctly.

make check-source will complain once we include state.c.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2016-01-22 06:41:46 +10:30
parent bbd9d4aa01
commit 08367f8716

View File

@ -1,5 +1,5 @@
#include <state.h>
#include <ccan/build_assert/build_assert.h> #include <ccan/build_assert/build_assert.h>
#include <state.h>
static inline bool high_priority(enum state state) static inline bool high_priority(enum state state)
{ {