Browse Source

state: order headers correctly.

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

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ppa-0.6.1
Rusty Russell 9 years ago
parent
commit
08367f8716
  1. 2
      state.c

2
state.c

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

Loading…
Cancel
Save