diff options
| author | Matt Corallo <[email protected]> | 2014-10-30 15:50:15 -0700 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2014-12-05 01:57:40 -0800 |
| commit | afd4b94b6dabab29dee5a12966ce217700381682 (patch) | |
| tree | 7bc8f939bfcc098341f8f222fe44e039fba3dd00 /src/test/bloom_tests.cpp | |
| parent | Merge pull request #5306 (diff) | |
| download | discoin-afd4b94b6dabab29dee5a12966ce217700381682.tar.xz discoin-afd4b94b6dabab29dee5a12966ce217700381682.zip | |
Move CMerkleBlock and CPartialMerkleTree to their own file
Diffstat (limited to 'src/test/bloom_tests.cpp')
| -rw-r--r-- | src/test/bloom_tests.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/bloom_tests.cpp b/src/test/bloom_tests.cpp index 783e284af..2de226fdd 100644 --- a/src/test/bloom_tests.cpp +++ b/src/test/bloom_tests.cpp @@ -7,10 +7,12 @@ #include "base58.h" #include "clientversion.h" #include "key.h" -#include "main.h" +#include "merkleblock.h" #include "serialize.h" +#include "streams.h" #include "uint256.h" #include "util.h" +#include "utilstrencodings.h" #include <vector> |