summaryrefslogtreecommitdiff
path: root/src/other_tools/ops_maps/git_update_map.hpp
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.hpp
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.hpp')
-rw-r--r--src/other_tools/ops_maps/git_update_map.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/other_tools/ops_maps/git_update_map.hpp b/src/other_tools/ops_maps/git_update_map.hpp
index 91377407..1bf9256c 100644
--- a/src/other_tools/ops_maps/git_update_map.hpp
+++ b/src/other_tools/ops_maps/git_update_map.hpp
@@ -18,13 +18,12 @@
#include <cstddef>
#include <functional>
#include <string>
-#include <utility>
#include <vector>
#include "gsl/gsl"
+#include "src/buildtool/file_system/git_cas.hpp"
#include "src/buildtool/multithreading/async_map_consumer.hpp"
#include "src/buildtool/storage/config.hpp"
-#include "src/other_tools/git_operations/git_repo_remote.hpp"
#include "src/other_tools/just_mr/progress_reporting/progress.hpp"
#include "src/other_tools/just_mr/progress_reporting/statistics.hpp"
#include "src/utils/cpp/hash_combine.hpp"