Normalized spdlog include paths

This commit is contained in:
gabime
2018-04-29 01:43:42 +03:00
parent f886ae0005
commit 4ec17f1a1a
7 changed files with 19 additions and 19 deletions

View File

@@ -10,8 +10,8 @@
// If user requests a non existing logger, nullptr will be returned
// This class is thread safe
#include "../common.h"
#include "../logger.h"
#include "spdlog/common.h"
#include "spdlog/logger.h"
#include <chrono>
#include <functional>