Removed redundant include statements

pull/1155/head
gabime 6 years ago
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…
Cancel
Save