diff --git a/CommonLibs/Logger.h b/CommonLibs/Logger.h index e9792847..32ee891b 100644 --- a/CommonLibs/Logger.h +++ b/CommonLibs/Logger.h @@ -35,8 +35,6 @@ #include #include #include -#include -#include #include extern int config_log_level; @@ -64,8 +62,6 @@ extern int config_log_level; if (IS_LOG_LEVEL(wLevel)) _LOG(wLevel) #endif -#include "Threads.h" // must be after defines above, if these files are to be allowed to use LOG() - /** A C++ stream-based thread-safe logger. This object is NOT the global logger;