diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-15 13:07:27 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-17 16:27:50 +0100 |
commit | b6a4271feaa2ed9eaa553189183a74cb28c4b5fd (patch) | |
tree | 24579aa62eb1bdf537eb9943305ac2b16b2b63d7 /src/other_tools/root_maps/content_git_map.cpp | |
parent | 307da10caa951c5e8d6d6f256ee3d81a66ed6bb3 (diff) | |
download | justbuild-b6a4271feaa2ed9eaa553189183a74cb28c4b5fd.tar.gz |
structure cleanup: move libarchive utilities to other_tools...
...in order to not include unwanted dependencies in just proper.
As the whole other_tools folder is meant to be excluded from
bootstrapping, also remove the bootstrap guards.
Diffstat (limited to 'src/other_tools/root_maps/content_git_map.cpp')
-rw-r--r-- | src/other_tools/root_maps/content_git_map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/root_maps/content_git_map.cpp b/src/other_tools/root_maps/content_git_map.cpp index cab723b4..9d1130e5 100644 --- a/src/other_tools/root_maps/content_git_map.cpp +++ b/src/other_tools/root_maps/content_git_map.cpp @@ -16,7 +16,7 @@ #include "src/buildtool/execution_api/local/local_cas.hpp" #include "src/buildtool/file_system/file_storage.hpp" -#include "src/utils/cpp/archive_ops.hpp" +#include "src/other_tools/utils/archive_ops.hpp" namespace { |