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