mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
relative includes wip
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <spdlog/details/file_helper.h>
|
||||
#include <spdlog/details/null_mutex.h>
|
||||
#include <spdlog/details/synchronous_factory.h>
|
||||
#include <spdlog/sinks/base_sink.h>
|
||||
#include "../details/file_helper.h"
|
||||
#include "../details/null_mutex.h"
|
||||
#include "../details/synchronous_factory.h"
|
||||
#include "base_sink.h"
|
||||
|
||||
#include <chrono>
|
||||
#include <mutex>
|
||||
|
Reference in New Issue
Block a user