Merge pull request #2026 from hbwang15/feature/include_twice_fix

fix include file twice in the same file
pull/2029/head
Gabi Melman 4 years ago committed by GitHub
commit dd6d203488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save