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/archive_fetch_map.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/other_tools/ops_maps/archive_fetch_map.cpp') diff --git a/src/other_tools/ops_maps/archive_fetch_map.cpp b/src/other_tools/ops_maps/archive_fetch_map.cpp index 91d71ce6..2732d494 100644 --- a/src/other_tools/ops_maps/archive_fetch_map.cpp +++ b/src/other_tools/ops_maps/archive_fetch_map.cpp @@ -14,12 +14,16 @@ #include "src/other_tools/ops_maps/archive_fetch_map.hpp" +#include +#include #include +#include #include "fmt/core.h" -#include "src/buildtool/file_system/file_storage.hpp" +#include "src/buildtool/common/artifact.hpp" +#include "src/buildtool/common/artifact_digest.hpp" #include "src/buildtool/file_system/file_system_manager.hpp" -#include "src/other_tools/just_mr/utils.hpp" +#include "src/buildtool/file_system/object_type.hpp" namespace { -- cgit v1.2.3