Merge pull request #2026 from hbwang15/feature/include_twice_fix

fix include file twice in the same file
This commit is contained in:
Gabi Melman
2021-08-03 11:35:51 +03:00
committed by GitHub

View File

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