summaryrefslogtreecommitdiff
path: root/src/other_tools/ops_maps/git_update_map.cpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-11-13 12:26:27 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2024-11-14 14:23:06 +0100
commit23ea7c18fa594c0e53957a8f97893467c67c941f (patch)
tree6cb7a370dd00f5e9ca66fbf68c35b7533e1e3846 /src/other_tools/ops_maps/git_update_map.cpp
parent3bc1d8aa17339154c9de88e7ee29ff533041cb6d (diff)
downloadjustbuild-23ea7c18fa594c0e53957a8f97893467c67c941f.tar.gz
other_tools/ops_maps: Implement IWYU suggestions
Also follow-up changes to ensure build success.
Diffstat (limited to 'src/other_tools/ops_maps/git_update_map.cpp')
-rw-r--r--src/other_tools/ops_maps/git_update_map.cpp7
1 files changed, 5 insertions, 2 deletions
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 <memory>
+#include <optional>
+
#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,