aboutsummaryrefslogtreecommitdiff
path: root/src/test/settings_tests.cpp
diff options
context:
space:
mode:
authorMartin Zumsande <[email protected]>2019-11-25 01:33:17 +0100
committerMartin Zumsande <[email protected]>2019-11-25 01:33:17 +0100
commit2cb4e8bdc7ef75ae8d95c246af1e8e1f9c7045bd (patch)
tree478c4b892e09f4103061f42052460c50e22ca9b3 /src/test/settings_tests.cpp
parentMerge #17574: doc: Add historical release notes for 0.19.0.1 (diff)
downloaddiscoin-2cb4e8bdc7ef75ae8d95c246af1e8e1f9c7045bd.tar.xz
discoin-2cb4e8bdc7ef75ae8d95c246af1e8e1f9c7045bd.zip
[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 b0ee76ea6..235420e6a 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>