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

@@ -15,8 +15,8 @@
// 3. will throw spdlog_ex upon log exceptions
// Upon destruction, logs all remaining messages in the queue before destructing..
#include "common.h"
#include "logger.h"
#include "spdlog/common.h"
#include "spdlog/logger.h"
#include <chrono>
#include <memory>