Normalized spdlog include paths

This commit is contained in:
gabime
2018-04-29 01:31:09 +03:00
parent d389bda2cc
commit caa26a2a47
18 changed files with 46 additions and 47 deletions

View File

@@ -14,9 +14,9 @@
// until all its messages are processed by the thread pool.
// This is because each message in the queue holds a shared_ptr to the originating logger.
#include "async_logger.h"
#include "details/registry.h"
#include "details/thread_pool.h"
#include "spdlog/async_logger.h"
#include "spdlog/details/registry.h"
#include "spdlog/details/thread_pool.h"
#include <memory>
namespace spdlog {