Use relative includes and create spdlog_config.h

This commit is contained in:
gabime
2024-01-12 17:33:23 +02:00
parent feaab0dd9f
commit 24fe442d03
47 changed files with 105 additions and 192 deletions

View File

@@ -15,8 +15,9 @@
#include <string>
#include <type_traits>
#include "source_loc.h"
#include "tweakme.h"
#include "./spdlog_config.h"
#include "./source_loc.h"
#if __has_include(<version>)
#include <version>