relative includes wip

This commit is contained in:
gabime
2023-09-28 00:42:16 +03:00
parent 967554e4c5
commit 4bb3b56102
42 changed files with 163 additions and 131 deletions

View File

@@ -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 <mutex>
#include <string>