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

@@ -12,9 +12,9 @@
// 2. Format the message using the formatter function
// 3. Pass the formatted message to its sinks to performa the actual logging
#include "common.h"
#include "formatter.h"
#include "sinks/sink.h"
#include "spdlog/common.h"
#include "spdlog/formatter.h"
#include "spdlog/sinks/sink.h"
#include <memory>
#include <string>