Browse Source

Fix order of includes

ppa-0.6.1
Corné Plooy 7 years ago
committed by Christian Decker
parent
commit
c3a46de129
  1. 2
      common/type_to_string.c

2
common/type_to_string.c

@ -1,3 +1,4 @@
#include <assert.h>
#include <bitcoin/preimage.h>
#include <ccan/crypto/ripemd160/ripemd160.h>
#include <ccan/crypto/sha256/sha256.h>
@ -5,7 +6,6 @@
#include <common/type_to_string.h>
#include <common/utils.h>
#include <inttypes.h>
#include <assert.h>
/* We need at least one, and these are in CCAN so register it here. */
REGISTER_TYPE_TO_HEXSTR(sha256);

Loading…
Cancel
Save