diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2022-09-28 18:02:23 +0000 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2022-10-04 13:51:40 +0000 |
commit | 192325a77d593e404e74ef5e204aed8801b4e66f (patch) | |
tree | 270b998e2bb48abecca0cc72ddf13134e9af8083 /src/test | |
parent | b2da6dd943292b9e08e95fc81577b9fc99d16134 (diff) |
kernel: move RunCommandParseJSON to its own file
Because libbitcoinkernel does not include this new object, this has the
side-effect of eliminating the unnecessary boost::process dependency.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/system_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/system_tests.cpp b/src/test/system_tests.cpp index f160bb08a5..ae6800c67c 100644 --- a/src/test/system_tests.cpp +++ b/src/test/system_tests.cpp @@ -3,7 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. // #include <test/util/setup_common.h> -#include <util/system.h> +#include <util/run_command.h> #include <univalue.h> #ifdef ENABLE_EXTERNAL_SIGNER |