From f463ebf54a3789f04155dffbb955b4c65485a02e Mon Sep 17 00:00:00 2001 From: wanghengbing Date: Tue, 3 Aug 2021 11:36:12 +0800 Subject: [PATCH] fix include file twice in the same file --- include/spdlog/details/thread_pool.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/spdlog/details/thread_pool.h b/include/spdlog/details/thread_pool.h index 733949ba..0486680d 100644 --- a/include/spdlog/details/thread_pool.h +++ b/include/spdlog/details/thread_pool.h @@ -27,7 +27,6 @@ enum class async_msg_type terminate }; -#include // Async msg to move to/from the queue // Movable only. should never be copied struct async_msg : log_msg_buffer