aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CommonLibs/Logger.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/CommonLibs/Logger.h b/CommonLibs/Logger.h
index e979284..32ee891 100644
--- a/CommonLibs/Logger.h
+++ b/CommonLibs/Logger.h
@@ -35,8 +35,6 @@
#include <stdint.h>
#include <stdio.h>
#include <sstream>
-#include <list>
-#include <map>
#include <string>
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;