From 3de79d6f32dba510a94dbea85e74069f56176eba Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Thu, 22 Dec 2022 17:06:48 +0100 Subject: Move file_storage.hpp to file_system subdirectory --- src/other_tools/ops_maps/content_cas_map.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/other_tools/ops_maps/content_cas_map.cpp') diff --git a/src/other_tools/ops_maps/content_cas_map.cpp b/src/other_tools/ops_maps/content_cas_map.cpp index 28b2e4bc..55aa78a7 100644 --- a/src/other_tools/ops_maps/content_cas_map.cpp +++ b/src/other_tools/ops_maps/content_cas_map.cpp @@ -15,8 +15,8 @@ #include "src/other_tools/ops_maps/content_cas_map.hpp" #include "src/buildtool/crypto/hasher.hpp" -#include "src/buildtool/execution_api/local/file_storage.hpp" #include "src/buildtool/execution_api/local/local_cas.hpp" +#include "src/buildtool/file_system/file_storage.hpp" #include "src/utils/cpp/curl_easy_handle.hpp" namespace { @@ -124,4 +124,4 @@ auto CreateContentCASMap(JustMR::PathsPtr const& just_mr_paths, (*setter)(true); }; return AsyncMapConsumer(ensure_in_cas, jobs); -} \ No newline at end of file +} -- cgit v1.2.3