wallet: Fix header ordering

Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker 2018-03-07 16:30:58 +01:00
parent 25cb8caae8
commit d363a6870d
1 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@
#include <bitcoin/script.h>
#include <ccan/build_assert/build_assert.h>
#include <ccan/crypto/ripemd160/ripemd160.h>
#include <ccan/structeq/structeq.h>
#include <ccan/mem/mem.h>
#include <ccan/structeq/structeq.h>
#include <common/memleak.h>
#include <common/pseudorand.h>
#include <common/utils.h>