Remove including core.h or base.h
pull/3419/head
Gabi Melman 3 months ago committed by GitHub
parent b18a234ed6
commit e655dbb685
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save