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 = \
320
320
util/sock.h \
321
321
util/spanparsing.h \
322
322
util/string.h \
323
- util/subprocess.hpp \
323
+ util/subprocess.h \
324
324
util/syserror.h \
325
325
util/task_runner.h \
326
326
util/thread.h \
Original file line number Diff line number Diff line change 12
12
#include < univalue.h>
13
13
14
14
#ifdef ENABLE_EXTERNAL_SIGNER
15
- #include < util/subprocess.hpp >
15
+ #include < util/subprocess.h >
16
16
#endif // ENABLE_EXTERNAL_SIGNER
17
17
18
18
UniValue RunCommandParseJSON (const std::string& str_command, const std::string& str_std_in)
Original file line number Diff line number Diff line change 11
11
#include < univalue.h>
12
12
13
13
#ifdef ENABLE_EXTERNAL_SIGNER
14
- #include < util/subprocess.hpp >
14
+ #include < util/subprocess.h >
15
15
#endif // ENABLE_EXTERNAL_SIGNER
16
16
17
17
#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.
33
33
@version 1.0.0
34
34
*/
35
35
36
- #ifndef SUBPROCESS_HPP
37
- #define SUBPROCESS_HPP
36
+ #ifndef BITCOIN_UTIL_SUBPROCESS_H
37
+ #define BITCOIN_UTIL_SUBPROCESS_H
38
38
39
39
#include < algorithm>
40
40
#include < cassert>
@@ -1609,4 +1609,4 @@ namespace detail {
1609
1609
1610
1610
}
1611
1611
1612
- #endif // SUBPROCESS_HPP
1612
+ #endif // BITCOIN_UTIL_SUBPROCESS_H
You can’t perform that action at this time.
0 commit comments