summaryrefslogtreecommitdiff
path: root/src/other_tools/root_maps/distdir_git_map.cpp
diff options
context:
space:
mode:
authorSascha Roloff <sascha.roloff@huawei.com>2022-12-22 17:06:48 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-01-20 13:57:18 +0100
commit3de79d6f32dba510a94dbea85e74069f56176eba (patch)
tree811cb9c74ba1ff342fd0695ea8fe901dff951aa5 /src/other_tools/root_maps/distdir_git_map.cpp
parentee549fa1ca1ff4a075c9b2634808525b014818ea (diff)
downloadjustbuild-3de79d6f32dba510a94dbea85e74069f56176eba.tar.gz
Move file_storage.hpp to file_system subdirectory
Diffstat (limited to 'src/other_tools/root_maps/distdir_git_map.cpp')
-rw-r--r--src/other_tools/root_maps/distdir_git_map.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/other_tools/root_maps/distdir_git_map.cpp b/src/other_tools/root_maps/distdir_git_map.cpp
index 4e75658e..36914118 100644
--- a/src/other_tools/root_maps/distdir_git_map.cpp
+++ b/src/other_tools/root_maps/distdir_git_map.cpp
@@ -18,8 +18,8 @@
#include "src/buildtool/execution_api/common/execution_common.hpp"
#include "src/buildtool/execution_api/local/config.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/other_tools/just_mr/utils.hpp"
#include "src/other_tools/ops_maps/content_cas_map.hpp"
#include "src/other_tools/ops_maps/critical_git_op_map.hpp"
@@ -197,4 +197,4 @@ auto CreateDistdirGitMap(
}
};
return AsyncMapConsumer<DistdirInfo, nlohmann::json>(distdir_to_git, jobs);
-} \ No newline at end of file
+}