Removed printf support

This commit is contained in:
gabime 2018-06-13 20:16:45 +03:00
parent 5683c06d9a
commit da0d6d0478

View File

@ -22,7 +22,4 @@
#else // external fmtlib
#include <fmt/core.h>
#include <fmt/format.h>
#if defined(SPDLOG_FMT_PRINTF)
#include <fmt/printf.h>
#endif
#endif