mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-15 16:35:45 +08:00
Removed redundant include statements
This commit is contained in:
parent
11472eddbc
commit
bcb6484062
@ -22,10 +22,7 @@
|
||||
#include "spdlog/details/os.h"
|
||||
#endif
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <functional>
|
||||
|
||||
#define SPDLOG_LOGGER_CATCH() \
|
||||
catch (const std::exception &ex) { err_handler_(ex.what());} \
|
||||
|
Loading…
Reference in New Issue
Block a user