mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-01 19:09:03 +08:00
Normalized spdlog include paths
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user