diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-04-19 11:02:01 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-04-23 18:22:58 +0100 |
commit | d8e4ba4d0568769782b8c19c82e955c4aee73477 (patch) | |
tree | 7dc9630e873ef544c02ecdd82040a3dcf001edfc /src/common/run_command.cpp | |
parent | 2cecbbb98683844a642899f4563aab8b856ffd3b (diff) |
refactor: Rename `subprocess.hpp` to follow our header name conventions
Diffstat (limited to 'src/common/run_command.cpp')
-rw-r--r-- | src/common/run_command.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/run_command.cpp b/src/common/run_command.cpp index e5356490ef..347b486095 100644 --- a/src/common/run_command.cpp +++ b/src/common/run_command.cpp @@ -12,7 +12,7 @@ #include <univalue.h> #ifdef ENABLE_EXTERNAL_SIGNER -#include <util/subprocess.hpp> +#include <util/subprocess.h> #endif // ENABLE_EXTERNAL_SIGNER UniValue RunCommandParseJSON(const std::string& str_command, const std::string& str_std_in) |