1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-15 10:39:53 +08:00

Fix circular include

This commit is contained in:
gabime 2019-06-04 15:38:26 +03:00
parent bcfa9241b8
commit c1b39eb2ce

View File

@ -8,7 +8,6 @@
#endif
#include "spdlog/details/os.h"
#include "spdlog/sinks/sink.h"
namespace spdlog {
namespace details {