@ -3,10 +3,6 @@
#pragma once
#ifndef SPDLOG_H
#include "spdlog/spdlog.h"
#endif
#include "spdlog/details/fmt_helper.h"
#include "spdlog/details/null_mutex.h"
#include "spdlog/details/os.h"
#include "spdlog/details/console_globals.h"
#include "spdlog/sinks/sink.h"
#include "spdlog/details/file_helper.h"
#include "spdlog/sinks/base_sink.h"
#include "spdlog/fmt/fmt.h"
#include "base_sink.h"
#include "spdlog/details/log_msg.h"
#if defined(_WIN32)
#ifdef _WIN32
#include "spdlog/sinks/wincolor_sink.h"
#else
#include "spdlog/details/pattern_formatter.h"
#include <array>
#include "spdlog/common.h"