Revert "fix: Compatibility with external fmtlib 11.1.1 (#3312)"

This reverts commit 7f8060d5b2.
This commit is contained in:
Janusz Chorko 2025-01-30 12:24:01 +01:00
parent ae1de0dc8c
commit c0ebc1a0df

View File

@ -27,5 +27,4 @@
#else // SPDLOG_FMT_EXTERNAL is defined - use external fmtlib
#include <fmt/core.h>
#include <fmt/format.h>
#include <fmt/xchar.h>
#endif