#pragma once #include #include #include #include "swift/extractor/infra/file/PathHash.h" namespace codeql { void initRemapping(const std::filesystem::path& dir); void finalizeRemapping( const std::unordered_map& mapping); } // namespace codeql