diff --git a/include/spdlog/logger.h b/include/spdlog/logger.h index e9de47cf..7576c8ef 100644 --- a/include/spdlog/logger.h +++ b/include/spdlog/logger.h @@ -22,10 +22,7 @@ #include "spdlog/details/os.h" #endif -#include -#include #include -#include #define SPDLOG_LOGGER_CATCH() \ catch (const std::exception &ex) { err_handler_(ex.what());} \