diff --git a/include/spdlog/source_loc.h b/include/spdlog/source_loc.h index f58217b9..20facfbd 100644 --- a/include/spdlog/source_loc.h +++ b/include/spdlog/source_loc.h @@ -8,14 +8,6 @@ #include #endif -#if __cpp_lib_source_location >= 201907 - #include - #define SPDLOG_HAVE_STD_SOURCE_LOCATION -#elif __has_include() - #include - #define SPDLOG_HAVE_EXPERIMENTAL_SOURCE_LOCATION -#endif - namespace spdlog { // source location - either initiated from std::source_location or from // std::experimental::source_location or empty