From 15590199aba42ec3892f13da9282624b2c49c1c6 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 11 Nov 2024 12:17:33 +0100 Subject: execution_api/remote: Implement IWYU suggestions --- src/buildtool/execution_api/remote/config.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/buildtool/execution_api/remote/config.cpp') diff --git a/src/buildtool/execution_api/remote/config.cpp b/src/buildtool/execution_api/remote/config.cpp index 7a73eaa1..67e79a7c 100644 --- a/src/buildtool/execution_api/remote/config.cpp +++ b/src/buildtool/execution_api/remote/config.cpp @@ -15,13 +15,10 @@ #include "src/buildtool/execution_api/remote/config.hpp" #include -#include #include "fmt/core.h" #include "nlohmann/json.hpp" #include "src/buildtool/file_system/file_system_manager.hpp" -#include "src/buildtool/logging/log_level.hpp" -#include "src/buildtool/logging/logger.hpp" auto RemoteExecutionConfig::Builder::Build() const noexcept -> expected { -- cgit v1.2.3