aboutsummaryrefslogtreecommitdiff
path: root/src/test/pmt_tests.cpp
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-11-07 15:04:57 +0100
committerMarcoFalke <falke.marco@gmail.com>2016-11-07 16:11:51 +0100
commitfa8278e845b6a80164e13a39f917a101fe14b10d (patch)
treeb68fd7a501f652409282fcfcaa0dc0c5f5159de1 /src/test/pmt_tests.cpp
parent0b2322b144a02f933d8806cf7b8a1e4676471711 (diff)
downloadbitcoin-fa8278e845b6a80164e13a39f917a101fe14b10d.tar.xz
test: Fix test_random includes
Diffstat (limited to 'src/test/pmt_tests.cpp')
-rw-r--r--src/test/pmt_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/pmt_tests.cpp b/src/test/pmt_tests.cpp
index b7f83d38f0..c773129640 100644
--- a/src/test/pmt_tests.cpp
+++ b/src/test/pmt_tests.cpp
@@ -9,8 +9,8 @@
#include "uint256.h"
#include "arith_uint256.h"
#include "version.h"
-#include "test_random.h"
#include "test/test_bitcoin.h"
+#include "test/test_random.h"
#include <vector>