Removed include null_mutex.h from common.h

This commit is contained in:
gabime
2023-10-21 13:48:19 +03:00
parent 70f7a8252d
commit bc7e80c7ae
3 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
#include "spdlog/common.h"
#include "spdlog/pattern_formatter.h"
#include "spdlog/details/null_mutex.h"
template <typename Mutex>
spdlog::sinks::base_sink<Mutex>::base_sink()