minor cleanup

This commit is contained in:
gabime
2023-09-29 00:23:08 +03:00
parent 463af69d41
commit 2bdddc61e8
2 changed files with 1 additions and 9 deletions

View File

@@ -10,14 +10,6 @@
#include "spdlog/sinks/basic_file_sink.h"
#include "spdlog/spdlog.h"
#if defined(SPDLOG_USE_STD_FORMAT)
#include <format>
#elif defined(SPDLOG_FMT_EXTERNAL)
#include <fmt/format.h>
#else
#include "spdlog/fmt/bundled/format.h"
#endif
#include <atomic>
#include <iostream>
#include <memory>