From 7bbb182de03960e78964b575c87f8d9c85887923 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 6 Feb 2025 17:33:09 +0100 Subject: code structure: rename symlinks_map folder to symlinks ...to remove the unnecessary link between folder name and the logic of resolve_symlinks_map. --- src/other_tools/utils/parse_archive.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/utils/parse_archive.cpp') diff --git a/src/other_tools/utils/parse_archive.cpp b/src/other_tools/utils/parse_archive.cpp index e31109a9..848eaace 100644 --- a/src/other_tools/utils/parse_archive.cpp +++ b/src/other_tools/utils/parse_archive.cpp @@ -25,7 +25,7 @@ #include "src/buildtool/build_engine/expression/expression.hpp" #include "src/buildtool/crypto/hash_function.hpp" #include "src/buildtool/crypto/hash_info.hpp" -#include "src/buildtool/file_system/symlinks_map/pragma_special.hpp" +#include "src/buildtool/file_system/symlinks/pragma_special.hpp" #include "src/utils/cpp/path.hpp" auto ParseArchiveContent(ExpressionPtr const& repo_desc, -- cgit v1.2.3