aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-04-19 11:02:01 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-04-23 18:22:58 +0100
commitd8e4ba4d0568769782b8c19c82e955c4aee73477 (patch)
tree7dc9630e873ef544c02ecdd82040a3dcf001edfc /src/common
parent2cecbbb98683844a642899f4563aab8b856ffd3b (diff)
downloadbitcoin-d8e4ba4d0568769782b8c19c82e955c4aee73477.tar.xz
refactor: Rename `subprocess.hpp` to follow our header name conventions
Diffstat (limited to 'src/common')
-rw-r--r--src/common/run_command.cpp2
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)