From 506ffd3bd96da9bac18f377822ca4f2954f75f71 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 14 Nov 2024 09:51:15 +0100 Subject: utils: Implement IWYU suggestions --- src/utils/cpp/path.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/utils/cpp/path.hpp') diff --git a/src/utils/cpp/path.hpp b/src/utils/cpp/path.hpp index 77ea647c..26d25e50 100644 --- a/src/utils/cpp/path.hpp +++ b/src/utils/cpp/path.hpp @@ -16,7 +16,6 @@ #define INCLUDED_SRC_UTILS_CPP_PATH_HPP #include -#include [[nodiscard]] static inline auto ToNormalPath( std::filesystem::path const& p) noexcept -> std::filesystem::path { -- cgit v1.2.3