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/buildtool/multithreading/async_map_consumer.test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/buildtool/multithreading/async_map_consumer.test.cpp') diff --git a/test/buildtool/multithreading/async_map_consumer.test.cpp b/test/buildtool/multithreading/async_map_consumer.test.cpp index 4f7d54d8..fc3d0fac 100644 --- a/test/buildtool/multithreading/async_map_consumer.test.cpp +++ b/test/buildtool/multithreading/async_map_consumer.test.cpp @@ -14,9 +14,9 @@ #include "src/buildtool/multithreading/async_map_consumer.hpp" -#include // std::transform #include #include // for fixed width integral types +#include #include #include #include @@ -25,7 +25,6 @@ #include "catch2/catch_test_macros.hpp" #include "catch2/matchers/catch_matchers_all.hpp" -#include "src/buildtool/multithreading/async_map.hpp" #include "src/buildtool/multithreading/task_system.hpp" auto FibonacciMapConsumer() -> AsyncMapConsumer { -- cgit v1.2.3