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/file_system/directory_entries.test.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/buildtool/file_system/directory_entries.test.cpp') diff --git a/test/buildtool/file_system/directory_entries.test.cpp b/test/buildtool/file_system/directory_entries.test.cpp index 0de55726..4390f809 100644 --- a/test/buildtool/file_system/directory_entries.test.cpp +++ b/test/buildtool/file_system/directory_entries.test.cpp @@ -15,17 +15,15 @@ #include #include #include +#include #include #include -#include #include #include "catch2/catch_test_macros.hpp" #include "fmt/core.h" -#include "src/buildtool/common/artifact_description.hpp" #include "src/buildtool/file_system/file_root.hpp" #include "src/buildtool/file_system/file_system_manager.hpp" -#include "test/utils/container_matchers.hpp" #include "test/utils/shell_quoting.hpp" namespace { -- cgit v1.2.3