diff options
Diffstat (limited to 'src/utils/cpp/path.hpp')
-rw-r--r-- | src/utils/cpp/path.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 <filesystem> -#include <sstream> [[nodiscard]] static inline auto ToNormalPath( std::filesystem::path const& p) noexcept -> std::filesystem::path { |