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

This reverts commit 7f8060d5b2.
This commit is contained in:
Janusz Chorko 2025-02-01 10:15:04 +01:00 committed by GitHub
parent ae1de0dc8c
commit 3c23c27d2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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