From ff6c747e10848ce5c5846f880dfd649896a5268b Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 26 Sep 2023 15:29:11 +0200 Subject: ArchiveOps: Move libarchive utilities outside other_tools This way they can be used by 'just serve'. --- src/other_tools/root_maps/content_git_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/root_maps/content_git_map.cpp') diff --git a/src/other_tools/root_maps/content_git_map.cpp b/src/other_tools/root_maps/content_git_map.cpp index 9930984e..c6e0809b 100644 --- a/src/other_tools/root_maps/content_git_map.cpp +++ b/src/other_tools/root_maps/content_git_map.cpp @@ -20,7 +20,7 @@ #include "src/buildtool/storage/storage.hpp" #include "src/other_tools/just_mr/progress_reporting/progress.hpp" #include "src/other_tools/just_mr/progress_reporting/statistics.hpp" -#include "src/other_tools/utils/archive_ops.hpp" +#include "src/utils/archive/archive_ops.hpp" namespace { -- cgit v1.2.3