From 12c07b8e8b07ac7478f89170610185484c4fdd4d Mon Sep 17 00:00:00 2001 From: gabime Date: Sat, 9 Nov 2024 17:27:28 +0200 Subject: [PATCH] Fixed include --- include/spdlog/pattern_formatter-inl.h | 5 ----- tests/includes.h | 5 ----- 2 files changed, 10 deletions(-) diff --git a/include/spdlog/pattern_formatter-inl.h b/include/spdlog/pattern_formatter-inl.h index 97714a73..60622e9b 100644 --- a/include/spdlog/pattern_formatter-inl.h +++ b/include/spdlog/pattern_formatter-inl.h @@ -10,11 +10,6 @@ #include #include #include - -#ifndef SPDLOG_NO_TLS - #include -#endif - #include #include diff --git a/tests/includes.h b/tests/includes.h index 2e49a5cb..635e8208 100644 --- a/tests/includes.h +++ b/tests/includes.h @@ -27,11 +27,6 @@ #include "spdlog/async.h" #include "spdlog/details/fmt_helper.h" #include "spdlog/details/os.h" - -#ifndef SPDLOG_NO_TLS - #include "spdlog/mdc.h" -#endif - #include "spdlog/sinks/basic_file_sink.h" #include "spdlog/sinks/daily_file_sink.h" #include "spdlog/sinks/null_sink.h"