aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-02-20 18:19:00 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-02-20 20:32:27 +0100
commitf83e11fefdf758945bfcf5cf06389f3cde238901 (patch)
tree3b85a9fb11d4f21ae594d54cd1b3170c4da85b4a /CommonLibs
parent01aff88ce98160165775b3d348e92475ad25dc4f (diff)
Logger: Remove unused includes
Diffstat (limited to 'CommonLibs')
-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;