From a86df51d15da0c55ff7aded9f05d2c23d828eda8 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 13 Nov 2024 12:54:18 +0100 Subject: other_tools/repo_map,root_maps: Implement IWYU suggestions --- src/other_tools/root_maps/fpath_git_map.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/other_tools/root_maps/fpath_git_map.cpp') diff --git a/src/other_tools/root_maps/fpath_git_map.cpp b/src/other_tools/root_maps/fpath_git_map.cpp index ca8bdd52..83065bb4 100644 --- a/src/other_tools/root_maps/fpath_git_map.cpp +++ b/src/other_tools/root_maps/fpath_git_map.cpp @@ -14,14 +14,17 @@ #include "src/other_tools/root_maps/fpath_git_map.hpp" +#include #include // std::move +#include #include "fmt/core.h" -#include "src/buildtool/execution_api/local/config.hpp" #include "src/buildtool/file_system/file_root.hpp" -#include "src/buildtool/file_system/git_repo.hpp" +#include "src/buildtool/file_system/file_system_manager.hpp" +#include "src/buildtool/file_system/git_cas.hpp" #include "src/buildtool/multithreading/task_system.hpp" #include "src/buildtool/storage/fs_utils.hpp" +#include "src/other_tools/git_operations/git_ops_types.hpp" #include "src/other_tools/git_operations/git_repo_remote.hpp" #include "src/other_tools/root_maps/root_utils.hpp" #include "src/utils/cpp/tmp_dir.hpp" -- cgit v1.2.3