File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ BITCOIN_CORE_H = \
320320 util/sock.h \
321321 util/spanparsing.h \
322322 util/string.h \
323- util/subprocess.hpp \
323+ util/subprocess.h \
324324 util/syserror.h \
325325 util/task_runner.h \
326326 util/thread.h \
Original file line number Diff line number Diff line change 1212#include < univalue.h>
1313
1414#ifdef ENABLE_EXTERNAL_SIGNER
15- #include < util/subprocess.hpp >
15+ #include < util/subprocess.h >
1616#endif // ENABLE_EXTERNAL_SIGNER
1717
1818UniValue RunCommandParseJSON (const std::string& str_command, const std::string& str_std_in)
Original file line number Diff line number Diff line change 1111#include < univalue.h>
1212
1313#ifdef ENABLE_EXTERNAL_SIGNER
14- #include < util/subprocess.hpp >
14+ #include < util/subprocess.h >
1515#endif // ENABLE_EXTERNAL_SIGNER
1616
1717#include < boost/test/unit_test.hpp>
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ Documentation for C++ subprocessing library.
3333@version 1.0.0
3434*/
3535
36- #ifndef SUBPROCESS_HPP
37- #define SUBPROCESS_HPP
36+ #ifndef BITCOIN_UTIL_SUBPROCESS_H
37+ #define BITCOIN_UTIL_SUBPROCESS_H
3838
3939#include < algorithm>
4040#include < cassert>
@@ -1609,4 +1609,4 @@ namespace detail {
16091609
16101610}
16111611
1612- #endif // SUBPROCESS_HPP
1612+ #endif // BITCOIN_UTIL_SUBPROCESS_H
You can’t perform that action at this time.
0 commit comments