From 23ea7c18fa594c0e53957a8f97893467c67c941f Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 13 Nov 2024 12:26:27 +0100 Subject: other_tools/ops_maps: Implement IWYU suggestions Also follow-up changes to ensure build success. --- src/other_tools/ops_maps/git_update_map.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/other_tools/ops_maps/git_update_map.cpp') diff --git a/src/other_tools/ops_maps/git_update_map.cpp b/src/other_tools/ops_maps/git_update_map.cpp index 510b9d1c..ddbec3bc 100644 --- a/src/other_tools/ops_maps/git_update_map.cpp +++ b/src/other_tools/ops_maps/git_update_map.cpp @@ -14,9 +14,12 @@ #include "src/other_tools/ops_maps/git_update_map.hpp" +#include +#include + #include "fmt/core.h" -#include "src/buildtool/execution_api/local/config.hpp" -#include "src/buildtool/storage/fs_utils.hpp" +#include "src/buildtool/progress_reporting/task_tracker.hpp" +#include "src/other_tools/git_operations/git_repo_remote.hpp" auto CreateGitUpdateMap( GitCASPtr const& git_cas, -- cgit v1.2.3