From da0d6d047862d3bc8ace058a4da098583fe9d1d7 Mon Sep 17 00:00:00 2001 From: gabime Date: Wed, 13 Jun 2018 20:16:45 +0300 Subject: [PATCH] Removed printf support --- include/spdlog/fmt/fmt.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/spdlog/fmt/fmt.h b/include/spdlog/fmt/fmt.h index e38809d0..616af0cc 100644 --- a/include/spdlog/fmt/fmt.h +++ b/include/spdlog/fmt/fmt.h @@ -22,7 +22,4 @@ #else // external fmtlib #include #include -#if defined(SPDLOG_FMT_PRINTF) -#include -#endif #endif