summaryrefslogtreecommitdiff
path: root/test/utils/test_env.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/test_env.hpp')
-rw-r--r--test/utils/test_env.hpp6
1 files changed, 1 insertions, 5 deletions
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 <cstdlib>
#include <filesystem>
-#include <map>
#include <optional>
#include <sstream>
#include <string>
-
-#include "src/buildtool/auth/authentication.hpp"
-#include "src/buildtool/common/protocol_traits.hpp"
-#include "test/utils/logging/log_config.hpp"
+#include <vector>
[[nodiscard]] static inline auto ReadPlatformPropertiesFromEnv()
-> std::vector<std::string> {