Cleanup includes

This commit is contained in:
Victor Zverovich
2024-06-16 11:10:38 -07:00
parent a57b0194a6
commit 71244e07de

View File

@ -24,7 +24,7 @@
# include <utility> # include <utility>
# include <vector> # include <vector>
// Checking FMT_CPLUSPLUS for warning suppression in MSVC. // CHeck FMT_CPLUSPLUS to suppress a bogus warning in MSVC.
# if FMT_CPLUSPLUS >= 201703L # if FMT_CPLUSPLUS >= 201703L
# if FMT_HAS_INCLUDE(<filesystem>) # if FMT_HAS_INCLUDE(<filesystem>)
# include <filesystem> # include <filesystem>
@ -35,15 +35,13 @@
# if FMT_HAS_INCLUDE(<optional>) # if FMT_HAS_INCLUDE(<optional>)
# include <optional> # include <optional>
# endif # endif
# if FMT_HAS_INCLUDE(<source_location>)
# include <source_location>
# endif
# endif # endif
# if FMT_CPLUSPLUS > 202002L && FMT_HAS_INCLUDE(<expected>)
# if FMT_HAS_INCLUDE(<expected>) && FMT_CPLUSPLUS > 202002L
# include <expected> # include <expected>
# endif # endif
# if FMT_CPLUSPLUS > 201703L && FMT_HAS_INCLUDE(<source_location>)
# include <source_location>
# endif
#endif // FMT_MODULE #endif // FMT_MODULE
#if FMT_HAS_INCLUDE(<version>) #if FMT_HAS_INCLUDE(<version>)