summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/bazel/bytestream_client.test.cpp
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-02-20 13:15:38 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-02-20 16:24:25 +0100
commit04765b75fd186329755695a9afba906edfcda135 (patch)
treed67671a95a478780358ee40c3b87fda38c42efb0 /test/buildtool/execution_api/bazel/bytestream_client.test.cpp
parent413d9ee4211a78a35e753bb7d6b21211ae928fbd (diff)
downloadjustbuild-04765b75fd186329755695a9afba906edfcda135.tar.gz
Separate off id generation to a separate library
... and rename appropriately to reflect contents more precisely than the generic "common". This separation also disentangles dependencies a bit.
Diffstat (limited to 'test/buildtool/execution_api/bazel/bytestream_client.test.cpp')
-rw-r--r--test/buildtool/execution_api/bazel/bytestream_client.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/execution_api/bazel/bytestream_client.test.cpp b/test/buildtool/execution_api/bazel/bytestream_client.test.cpp
index fa50eb0a..07d85671 100644
--- a/test/buildtool/execution_api/bazel/bytestream_client.test.cpp
+++ b/test/buildtool/execution_api/bazel/bytestream_client.test.cpp
@@ -26,7 +26,7 @@
#include "src/buildtool/common/remote/remote_common.hpp"
#include "src/buildtool/crypto/hash_function.hpp"
#include "src/buildtool/execution_api/common/bytestream_utils.hpp"
-#include "src/buildtool/execution_api/common/execution_common.hpp"
+#include "src/buildtool/execution_api/common/ids.hpp"
#include "src/buildtool/execution_api/remote/config.hpp"
#include "src/buildtool/file_system/object_type.hpp"
#include "test/utils/hermeticity/test_hash_function_type.hpp"