Logger: Remove unused includes

Change-Id: I4d26c0b4f36ee3c66ed1a9e2e9fa2fa8272da16d
This commit is contained in:
Pau Espin 2018-02-20 18:19:00 +01:00
parent 01aff88ce9
commit f83e11fefd
1 changed files with 0 additions and 4 deletions

View File

@ -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;