summaryrefslogtreecommitdiff
path: root/src/other_tools/root_maps/distdir_git_map.hpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-11-13 12:54:18 +0100
committerMaksim Denisov <denisov.maksim@huawei.com>2024-11-14 14:23:06 +0100
commita86df51d15da0c55ff7aded9f05d2c23d828eda8 (patch)
tree5dd62aacbc2fa976b5564e08375e12b0be77ca4d /src/other_tools/root_maps/distdir_git_map.hpp
parent23ea7c18fa594c0e53957a8f97893467c67c941f (diff)
downloadjustbuild-a86df51d15da0c55ff7aded9f05d2c23d828eda8.tar.gz
other_tools/repo_map,root_maps: Implement IWYU suggestions
Diffstat (limited to 'src/other_tools/root_maps/distdir_git_map.hpp')
-rw-r--r--src/other_tools/root_maps/distdir_git_map.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/other_tools/root_maps/distdir_git_map.hpp b/src/other_tools/root_maps/distdir_git_map.hpp
index 2dc678f8..39cb961b 100644
--- a/src/other_tools/root_maps/distdir_git_map.hpp
+++ b/src/other_tools/root_maps/distdir_git_map.hpp
@@ -16,20 +16,24 @@
#define INCLUDED_SRC_OTHER_TOOLS_ROOT_MAPS_DISTDIR_GIT_MAP_HPP
#include <cstddef>
+#include <functional>
#include <memory>
-#include <optional>
#include <string>
#include <unordered_map>
#include <utility>
+#include <vector>
#include "gsl/gsl"
#include "nlohmann/json.hpp"
#include "src/buildtool/execution_api/common/execution_api.hpp"
+#include "src/buildtool/multithreading/async_map_consumer.hpp"
#include "src/buildtool/serve_api/remote/serve_api.hpp"
#include "src/buildtool/storage/config.hpp"
#include "src/buildtool/storage/storage.hpp"
#include "src/other_tools/ops_maps/content_cas_map.hpp"
+#include "src/other_tools/ops_maps/critical_git_op_map.hpp"
#include "src/other_tools/ops_maps/import_to_git_map.hpp"
+#include "src/utils/cpp/hash_combine.hpp"
struct DistdirInfo {
std::string content_id; /* key */