Remove including core.h or base.h
This commit is contained in:
Gabi Melman
2025-06-07 13:44:09 +03:00
committed by GitHub
parent b18a234ed6
commit e655dbb685

View File

@@ -20,11 +20,7 @@
#ifndef FMT_USE_WINDOWS_H #ifndef FMT_USE_WINDOWS_H
#define FMT_USE_WINDOWS_H 0 #define FMT_USE_WINDOWS_H 0
#endif #endif
#include <spdlog/fmt/bundled/base.h>
#include <spdlog/fmt/bundled/format.h> #include <spdlog/fmt/bundled/format.h>
#else // SPDLOG_FMT_EXTERNAL is defined - use external fmtlib #else // SPDLOG_FMT_EXTERNAL is defined - use external fmtlib
#include <fmt/base.h>
#include <fmt/format.h> #include <fmt/format.h>
#endif #endif