diff --git a/include/spdlog/common.h b/include/spdlog/common.h index fb9a3660..23777fd0 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -78,14 +78,6 @@ #define SPDLOG_CATCH_ALL() catch (...) #endif -namespace spdlog { - -class formatter; - -namespace sinks { -class sink; -} - #if defined(_WIN32) && defined(SPDLOG_WCHAR_FILENAMES) using filename_t = std::wstring; // allow macro expansion to occur in SPDLOG_FILENAME_T