diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-11 08:10:06 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-02-11 10:18:22 +0100 |
commit | 252ef5a17557d2a4059165419481265db52064b8 (patch) | |
tree | ef9a962fd1819a955044a60f73d0d8400923dc79 /src/other_tools/just_mr/fetch.cpp | |
parent | 6ffbdb69f1306230aeace9e4a1c530479d264e6e (diff) | |
download | justbuild-252ef5a17557d2a4059165419481265db52064b8.tar.gz |
Name library containing ExecutionConfiguration more appropriately
Diffstat (limited to 'src/other_tools/just_mr/fetch.cpp')
-rw-r--r-- | src/other_tools/just_mr/fetch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/just_mr/fetch.cpp b/src/other_tools/just_mr/fetch.cpp index 307f3aaa..415fca55 100644 --- a/src/other_tools/just_mr/fetch.cpp +++ b/src/other_tools/just_mr/fetch.cpp @@ -34,7 +34,7 @@ #include "src/buildtool/common/remote/remote_common.hpp" #include "src/buildtool/common/user_structs.hpp" #include "src/buildtool/crypto/hash_function.hpp" -#include "src/buildtool/execution_api/bazel_msg/bazel_common.hpp" +#include "src/buildtool/execution_api/bazel_msg/execution_config.hpp" #include "src/buildtool/execution_api/common/api_bundle.hpp" #include "src/buildtool/execution_api/common/execution_api.hpp" #include "src/buildtool/execution_api/local/context.hpp" |