From 9c3d4539b820b34ca112dedbaf2ed5262c003ace Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 14 Nov 2024 09:44:47 +0100 Subject: tests: Implement IWYU suggestions --- test/utils/test_env.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'test/utils/test_env.hpp') diff --git a/test/utils/test_env.hpp b/test/utils/test_env.hpp index ec03a9ee..0f93a898 100644 --- a/test/utils/test_env.hpp +++ b/test/utils/test_env.hpp @@ -17,14 +17,10 @@ #include #include -#include #include #include #include - -#include "src/buildtool/auth/authentication.hpp" -#include "src/buildtool/common/protocol_traits.hpp" -#include "test/utils/logging/log_config.hpp" +#include [[nodiscard]] static inline auto ReadPlatformPropertiesFromEnv() -> std::vector { -- cgit v1.2.3