From bcb6484062bd42a316363a6f059a9b60f1919bc4 Mon Sep 17 00:00:00 2001 From: gabime Date: Wed, 17 Jul 2019 16:09:39 +0300 Subject: [PATCH] Removed redundant include statements --- include/spdlog/logger.h | 3 --- 1 file changed, 3 deletions(-) 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());} \