mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
Normalized spdlog include paths
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../common.h"
|
||||
#include "spdlog/common.h"
|
||||
|
||||
#include "../details/log_msg.h"
|
||||
#include "sink.h"
|
||||
#include "spdlog/details/log_msg.h"
|
||||
#include "spdlog/sinks/sink.h"
|
||||
|
||||
#include <array>
|
||||
#include <string>
|
||||
|
Reference in New Issue
Block a user