From 2ca5f6b03fbae4bfe9edd62f04c4a88d273c2ac8 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 31 Aug 2023 11:44:04 +0200 Subject: remote: Extract port parsing in own library --- src/buildtool/common/remote/client_common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/common/remote/client_common.hpp') 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( -- cgit v1.2.3