From 61b8b045dc710fb32b67f94d8201224f0f1da233 Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Wed, 30 Apr 2025 17:52:26 +0200 Subject: TreeOperationsUtils: make free-standing implementation functions member functions of the class --- src/buildtool/execution_engine/tree_operations/TARGETS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/execution_engine/tree_operations/TARGETS') 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"] -- cgit v1.2.3