Removed usages of SPDLOG_COMPILED_LIB macro

This commit is contained in:
gabime
2023-09-24 13:32:48 +03:00
parent 6d520df916
commit cff3e27115
10 changed files with 1 additions and 36 deletions

View File

@@ -1,10 +1,6 @@
// Copyright(c) 2015-present, Gabi Melman & spdlog contributors.
// Distributed under the MIT License (http://opensource.org/licenses/MIT)
#ifndef SPDLOG_COMPILED_LIB
# error Please define SPDLOG_COMPILED_LIB to compile this file.
#endif
#include <spdlog/spdlog-inl.h>
#include <spdlog/common-inl.h>
#include <spdlog/details/registry-inl.h>