Commit bcb64840 authored by gabime's avatar gabime

Removed redundant include statements

parent 11472edd
...@@ -22,10 +22,7 @@ ...@@ -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());} \
......
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