Removed stdout_sinks from spdlog.cpp for faster library compile time

This commit is contained in:
gabime
2019-06-28 01:01:22 +03:00
parent f03eaaaf33
commit 6e83abdbf2
3 changed files with 1 additions and 30 deletions

View File

@@ -3,10 +3,6 @@
#pragma once
#ifndef SPDLOG_HEADER_ONLY
#include "spdlog/sinks/stdout_sinks.h"
#endif
#include "spdlog/details/console_globals.h"
#include <memory>

View File

@@ -71,6 +71,5 @@ std::shared_ptr<logger> stderr_logger_st(const std::string &logger_name);
} // namespace spdlog
#ifdef SPDLOG_HEADER_ONLY
#include "stdout_sinks-inl.h"
#endif