Unverified Commit dd6d2034 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #2026 from hbwang15/feature/include_twice_fix

fix include file twice in the same file
parents 3547d7e2 f463ebf5
...@@ -27,7 +27,6 @@ enum class async_msg_type ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment