aboutsummaryrefslogtreecommitdiff
path: root/src/test/pmt_tests.cpp
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2014-10-30 15:50:15 -0700
committerMatt Corallo <git@bluematt.me>2014-12-05 01:57:40 -0800
commitafd4b94b6dabab29dee5a12966ce217700381682 (patch)
tree7bc8f939bfcc098341f8f222fe44e039fba3dd00 /src/test/pmt_tests.cpp
parenta0417b8cc840ff6f49b4fb1f8ceef54f8e3d0df1 (diff)
downloadbitcoin-afd4b94b6dabab29dee5a12966ce217700381682.tar.xz
Move CMerkleBlock and CPartialMerkleTree to their own file
Diffstat (limited to 'src/test/pmt_tests.cpp')
-rw-r--r--src/test/pmt_tests.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/pmt_tests.cpp b/src/test/pmt_tests.cpp
index 9dce4daac6..3b535a84fd 100644
--- a/src/test/pmt_tests.cpp
+++ b/src/test/pmt_tests.cpp
@@ -2,9 +2,11 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#include "main.h"
+#include "merkleblock.h"
#include "serialize.h"
+#include "streams.h"
#include "uint256.h"
+#include "version.h"
#include <vector>