summaryrefslogtreecommitdiff
path: root/src/buildtool/execution_api/remote/config.cpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-11-11 12:17:33 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2024-11-14 14:23:05 +0100
commit15590199aba42ec3892f13da9282624b2c49c1c6 (patch)
tree0b69b0a3859805732e936a0d440844125d53f136 /src/buildtool/execution_api/remote/config.cpp
parente24b0a8cbebee4e5dc9fa3c071753acbeb1bdde0 (diff)
downloadjustbuild-15590199aba42ec3892f13da9282624b2c49c1c6.tar.gz
execution_api/remote: Implement IWYU suggestions
Diffstat (limited to 'src/buildtool/execution_api/remote/config.cpp')
-rw-r--r--src/buildtool/execution_api/remote/config.cpp3
1 files changed, 0 insertions, 3 deletions
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 <exception>
-#include <fstream>
#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<RemoteExecutionConfig, std::string> {