aboutsummaryrefslogtreecommitdiff
path: root/src/test/settings_tests.cpp
diff options
context:
space:
mode:
authorMartin Zumsande <mzumsande@gmail.com>2019-11-25 01:33:17 +0100
committerMartin Zumsande <mzumsande@gmail.com>2019-11-25 01:33:17 +0100
commit2cb4e8bdc7ef75ae8d95c246af1e8e1f9c7045bd (patch)
tree478c4b892e09f4103061f42052460c50e22ca9b3 /src/test/settings_tests.cpp
parent239d199667888e5d60309f15a38eed4d3afe56c4 (diff)
downloadbitcoin-2cb4e8bdc7ef75ae8d95c246af1e8e1f9c7045bd.tar.xz
[test] move string helper functions into test library
Diffstat (limited to 'src/test/settings_tests.cpp')
-rw-r--r--src/test/settings_tests.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/settings_tests.cpp b/src/test/settings_tests.cpp
index b0ee76ea6b..235420e6ac 100644
--- a/src/test/settings_tests.cpp
+++ b/src/test/settings_tests.cpp
@@ -4,8 +4,9 @@
#include <util/settings.h>
-#include <test/util.h>
#include <test/util/setup_common.h>
+#include <test/util/str.h>
+
#include <boost/test/unit_test.hpp>
#include <univalue.h>