mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
Relative include paths in headers
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <spdlog/common.h>
|
||||
#include <spdlog/details/registry.h>
|
||||
#include <spdlog/details/synchronous_factory.h>
|
||||
#include <spdlog/logger.h>
|
||||
#include <spdlog/version.h>
|
||||
#include "common.h"
|
||||
#include "logger.h"
|
||||
#include "version.h"
|
||||
#include "details/registry.h"
|
||||
#include "details/synchronous_factory.h"
|
||||
|
||||
#include <chrono>
|
||||
#include <functional>
|
||||
|
Reference in New Issue
Block a user