Removed unneeded ifdef around msvc sink

This commit is contained in:
gabime 2023-09-29 00:35:38 +03:00
parent c7b60db679
commit b169859ce9

View File

@ -3,7 +3,6 @@
#pragma once
#if defined(_WIN32)
#include <mutex>
#include <string>
@ -51,4 +50,3 @@ using windebug_sink_st = msvc_sink_st;
} // namespace sinks
} // namespace spdlog
#endif