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