diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2025-04-30 17:52:26 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2025-05-05 10:31:26 +0200 |
commit | 61b8b045dc710fb32b67f94d8201224f0f1da233 (patch) | |
tree | 542c2626782c2b1f5c1ae908985cb8e931b7b100 /src/buildtool/execution_engine/tree_operations/TARGETS | |
parent | 3a9fab9787826425599400e91f43f3f9b1b6a5ec (diff) | |
download | justbuild-61b8b045dc710fb32b67f94d8201224f0f1da233.tar.gz |
TreeOperationsUtils: make free-standing implementation functions member functions of the class
Diffstat (limited to 'src/buildtool/execution_engine/tree_operations/TARGETS')
-rw-r--r-- | src/buildtool/execution_engine/tree_operations/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/execution_engine/tree_operations/TARGETS b/src/buildtool/execution_engine/tree_operations/TARGETS index 3a7e4183..0dd9e602 100644 --- a/src/buildtool/execution_engine/tree_operations/TARGETS +++ b/src/buildtool/execution_engine/tree_operations/TARGETS @@ -5,6 +5,7 @@ , "srcs": ["tree_operations_utils.cpp"] , "deps": [ ["src/buildtool/common", "common"] + , ["src/buildtool/crypto", "hash_function"] , ["src/buildtool/execution_api/common", "common"] , ["src/utils/cpp", "expected"] ] @@ -16,7 +17,6 @@ , ["src/buildtool/common", "artifact_blob"] , ["src/buildtool/common", "bazel_types"] , ["src/buildtool/common", "protocol_traits"] - , ["src/buildtool/crypto", "hash_function"] , ["src/buildtool/file_system", "git_repo"] , ["src/buildtool/file_system", "object_type"] , ["src/buildtool/logging", "log_level"] |