Relative include paths in headers

This commit is contained in:
gabime
2023-09-28 23:45:45 +03:00
parent c1ffe29b7e
commit a3934472c9
20 changed files with 41 additions and 41 deletions

View File

@@ -2,8 +2,8 @@
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
#pragma once
#include <spdlog/details/null_mutex.h>
#include <spdlog/tweakme.h>
#include "details/null_mutex.h"
#include "tweakme.h"
#include <array>
#include <atomic>
@@ -51,13 +51,13 @@
#define SPDLOG_API
#endif
#include <spdlog/fmt/fmt.h>
#include "fmt/fmt.h"
#if !defined(SPDLOG_USE_STD_FORMAT) && \
FMT_VERSION >= 80000 // backward compatibility with fmt versions older than 8
#define SPDLOG_FMT_RUNTIME(format_string) fmt::runtime(format_string)
#if defined(SPDLOG_WCHAR_FILENAMES)
#include <spdlog/fmt/xchar.h>
#include "fmt/xchar.h"
#endif
#else
#define SPDLOG_FMT_RUNTIME(format_string) format_string