aboutsummaryrefslogtreecommitdiff
path: root/src/test/main_tests.cpp
diff options
context:
space:
mode:
authorjtimon <jtimon@blockstream.io>2014-10-18 02:34:06 +0200
committerjtimon <jtimon@blockstream.io>2014-10-27 13:54:37 +0100
commit4a3587d8db9f651866ce70312ac9de11316b42c9 (patch)
tree4717c2c662fb32ff2286f6bb656659566a2fe2ea /src/test/main_tests.cpp
parenteda37330911b005f4be0c2d934346b26247d50f5 (diff)
downloadbitcoin-4a3587d8db9f651866ce70312ac9de11316b42c9.tar.xz
MOVEONLY: Separate CTransaction and dependencies from core
Diffstat (limited to 'src/test/main_tests.cpp')
-rw-r--r--src/test/main_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/main_tests.cpp b/src/test/main_tests.cpp
index 70a800af51..78c4181409 100644
--- a/src/test/main_tests.cpp
+++ b/src/test/main_tests.cpp
@@ -2,7 +2,7 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-#include "core.h"
+#include "core/transaction.h"
#include "main.h"
#include <boost/test/unit_test.hpp>