mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-27 07:59:03 +08:00
Removed include null_mutex.h from common.h
This commit is contained in:
parent
70f7a8252d
commit
bc7e80c7ae
@ -15,7 +15,6 @@
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
|
||||
#include "details/null_mutex.h"
|
||||
#include "source_loc.h"
|
||||
#include "tweakme.h"
|
||||
|
||||
|
@ -6,6 +6,7 @@
|
||||
#include <cstdio>
|
||||
|
||||
#include "../details/synchronous_factory.h"
|
||||
#include "../details/null_mutex.h"
|
||||
#include "base_sink.h"
|
||||
#include "sink.h"
|
||||
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user