Removed redundant include statements

This commit is contained in:
gabime 2019-07-17 16:09:39 +03:00
parent 11472eddbc
commit bcb6484062
1 changed files with 0 additions and 3 deletions

View File

@ -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());} \