Removed redundant include statements
This commit is contained in:
parent
11472eddbc
commit
bcb6484062
@ -22,10 +22,7 @@
|
|||||||
#include "spdlog/details/os.h"
|
#include "spdlog/details/os.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <memory>
|
|
||||||
#include <string>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <functional>
|
|
||||||
|
|
||||||
#define SPDLOG_LOGGER_CATCH() \
|
#define SPDLOG_LOGGER_CATCH() \
|
||||||
catch (const std::exception &ex) { err_handler_(ex.what());} \
|
catch (const std::exception &ex) { err_handler_(ex.what());} \
|
||||||
|
Loading…
Reference in New Issue
Block a user