diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-25 10:30:41 +0100 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2025-02-27 09:03:30 +0100 |
commit | e1880bead60d433de2960104bd62cd9e27bfca17 (patch) | |
tree | 61ff400e1231ede42013d1a93335362eb2f2b750 /test/buildtool/execution_api/bazel/bytestream_client.test.cpp | |
parent | 322218e6f0029a7cd6fd90d551217e71d8339998 (diff) | |
download | justbuild-e1880bead60d433de2960104bd62cd9e27bfca17.tar.gz |
ArtifactBlob: Move from execution_api/common to common
Diffstat (limited to 'test/buildtool/execution_api/bazel/bytestream_client.test.cpp')
-rw-r--r-- | test/buildtool/execution_api/bazel/bytestream_client.test.cpp | 2 |
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 20e00aee..98bd371b 100644 --- a/test/buildtool/execution_api/bazel/bytestream_client.test.cpp +++ b/test/buildtool/execution_api/bazel/bytestream_client.test.cpp @@ -23,11 +23,11 @@ #include "catch2/catch_test_macros.hpp" #include "gsl/gsl" +#include "src/buildtool/common/artifact_blob.hpp" #include "src/buildtool/common/artifact_digest.hpp" #include "src/buildtool/common/artifact_digest_factory.hpp" #include "src/buildtool/common/remote/remote_common.hpp" #include "src/buildtool/crypto/hash_function.hpp" -#include "src/buildtool/execution_api/common/artifact_blob.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" |