From 9194802716359ef3ac5d3243944b77fb8d0e872e Mon Sep 17 00:00:00 2001 From: Christian Panov <44608083+ChristianPanov@users.noreply.github.com> Date: Wed, 7 Apr 2021 17:37:45 +0300 Subject: [PATCH] Removed forward declarations Since forward declarations are present in the fwd.h header, having them here is redundant --- include/spdlog/common.h | 8 -------- 1 file changed, 8 deletions(-) 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