From 3c23c27d2d9b55088b65caa090e1db447be745a1 Mon Sep 17 00:00:00 2001 From: Janusz Chorko Date: Sat, 1 Feb 2025 10:15:04 +0100 Subject: [PATCH] Revert "fix: Compatibility with external fmtlib 11.1.1 (#3312)" (#3331) This reverts commit 7f8060d5b280eac9786f92ac74d263cc8359c5ed. --- include/spdlog/fmt/fmt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/spdlog/fmt/fmt.h b/include/spdlog/fmt/fmt.h index 2f09c15e..7fa6b093 100644 --- a/include/spdlog/fmt/fmt.h +++ b/include/spdlog/fmt/fmt.h @@ -27,5 +27,4 @@ #else // SPDLOG_FMT_EXTERNAL is defined - use external fmtlib #include #include - #include #endif