diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-08-31 11:44:04 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-09-13 16:14:43 +0200 |
commit | 2ca5f6b03fbae4bfe9edd62f04c4a88d273c2ac8 (patch) | |
tree | 02cd9ddc9ff287259956de9282091ca46c3879da /src/buildtool/common/remote/client_common.hpp | |
parent | ece5187ea8984d31a335ed1078bd421e979f7513 (diff) | |
download | justbuild-2ca5f6b03fbae4bfe9edd62f04c4a88d273c2ac8.tar.gz |
remote: Extract port parsing in own library
Diffstat (limited to 'src/buildtool/common/remote/client_common.hpp')
-rw-r--r-- | src/buildtool/common/remote/client_common.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/common/remote/client_common.hpp b/src/buildtool/common/remote/client_common.hpp index c0b3fcd5..cf06831d 100644 --- a/src/buildtool/common/remote/client_common.hpp +++ b/src/buildtool/common/remote/client_common.hpp @@ -24,7 +24,7 @@ #include "grpcpp/grpcpp.h" #include "src/buildtool/auth/authentication.hpp" #include "src/buildtool/common/bazel_types.hpp" -#include "src/buildtool/execution_api/remote/config.hpp" +#include "src/buildtool/common/remote/port.hpp" #include "src/buildtool/logging/logger.hpp" [[maybe_unused]] [[nodiscard]] static inline auto CreateChannelWithCredentials( |