Removed un needed #include

This commit is contained in:
gabime 2019-06-28 00:14:16 +03:00
parent 2ebc96d8eb
commit c75549f6db

View File

@ -8,7 +8,6 @@
#endif #endif
#include "spdlog/common.h" #include "spdlog/common.h"
#include "spdlog/details/pattern_formatter.h"
SPDLOG_INLINE bool spdlog::sinks::sink::should_log(spdlog::level::level_enum msg_level) const SPDLOG_INLINE bool spdlog::sinks::sink::should_log(spdlog::level::level_enum msg_level) const
{ {