From e655dbb685a7926fc521b42b293d55d382612457 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 7 Jun 2025 13:44:09 +0300 Subject: [PATCH] Fix issue #3408 Remove including core.h or base.h --- include/spdlog/fmt/fmt.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/spdlog/fmt/fmt.h b/include/spdlog/fmt/fmt.h index 81159e3c..ba94a0c5 100644 --- a/include/spdlog/fmt/fmt.h +++ b/include/spdlog/fmt/fmt.h @@ -20,11 +20,7 @@ #ifndef FMT_USE_WINDOWS_H #define FMT_USE_WINDOWS_H 0 #endif - - #include #include - #else // SPDLOG_FMT_EXTERNAL is defined - use external fmtlib - #include #include #endif