Browse Source

wallet: Fix header ordering

Signed-off-by: Christian Decker <decker.christian@gmail.com>
ppa-0.6.1
Christian Decker 7 years ago
parent
commit
d363a6870d
  1. 2
      wallet/txfilter.c

2
wallet/txfilter.c

@ -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>

Loading…
Cancel
Save