fix include file twice in the same file

This commit is contained in:
wanghengbing 2021-08-03 11:36:12 +08:00
parent 1b14fa53ef
commit f463ebf54a

View File

@ -27,7 +27,6 @@ enum class async_msg_type
terminate terminate
}; };
#include <spdlog/details/log_msg_buffer.h>
// Async msg to move to/from the queue // Async msg to move to/from the queue
// Movable only. should never be copied // Movable only. should never be copied
struct async_msg : log_msg_buffer struct async_msg : log_msg_buffer