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/other_tools/git_operations/critical_git_ops.test.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/other_tools/git_operations/critical_git_ops.test.cpp') diff --git a/test/other_tools/git_operations/critical_git_ops.test.cpp b/test/other_tools/git_operations/critical_git_ops.test.cpp index aa93b391..d36dadef 100644 --- a/test/other_tools/git_operations/critical_git_ops.test.cpp +++ b/test/other_tools/git_operations/critical_git_ops.test.cpp @@ -17,17 +17,18 @@ #include #include // std::system #include +#include #include #include #include -#include #include #include "catch2/catch_test_macros.hpp" #include "fmt/core.h" -#include "nlohmann/json.hpp" #include "src/buildtool/execution_api/common/execution_common.hpp" #include "src/buildtool/file_system/file_system_manager.hpp" +#include "src/buildtool/multithreading/task_system.hpp" +#include "src/other_tools/git_operations/git_ops_types.hpp" #include "src/other_tools/ops_maps/critical_git_op_map.hpp" #include "test/utils/shell_quoting.hpp" -- cgit v1.2.3