diff options
| author | MarcoFalke <[email protected]> | 2016-11-07 15:04:57 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-11-07 16:11:51 +0100 |
| commit | fa8278e845b6a80164e13a39f917a101fe14b10d (patch) | |
| tree | b68fd7a501f652409282fcfcaa0dc0c5f5159de1 /src/test/util_tests.cpp | |
| parent | Merge #8981: Wshadow: Do not shadow argument with a local variable (diff) | |
| download | discoin-fa8278e845b6a80164e13a39f917a101fe14b10d.tar.xz discoin-fa8278e845b6a80164e13a39f917a101fe14b10d.zip | |
test: Fix test_random includes
Diffstat (limited to 'src/test/util_tests.cpp')
| -rw-r--r-- | src/test/util_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/util_tests.cpp b/src/test/util_tests.cpp index 0f1c7ab22..bad72ffc0 100644 --- a/src/test/util_tests.cpp +++ b/src/test/util_tests.cpp @@ -6,11 +6,11 @@ #include "clientversion.h" #include "primitives/transaction.h" -#include "test_random.h" #include "sync.h" #include "utilstrencodings.h" #include "utilmoneystr.h" #include "test/test_bitcoin.h" +#include "test/test_random.h" #include <stdint.h> #include <vector> |