Skip to content

Commit

Permalink
Fixup coinspend unit test header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzbawls committed Mar 23, 2019
1 parent 580bec5 commit c503cd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/zerocoin_coinspend_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#include "libzerocoin/Denominations.h"
#include "libzerocoin/CoinSpend.h"
#include "libzerocoin/Accumulator.h"
#include "primitives/zerocoin.h"
#include "primitives/deterministicmint.h"
#include "zpivwallet.h"
#include "zpiv/zerocoin.h"
#include "zpiv/deterministicmint.h"
#include "zpiv/zpivwallet.h"
#include "libzerocoin/Coin.h"
#include "amount.h"
#include "chainparams.h"
Expand Down

0 comments on commit c503cd9

Please sign in to comment.