aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common
diff options
context:
space:
mode:
authorGravatar bunnei <bunneidev@gmail.com>2014-11-26 16:25:23 -0500
committerGravatar bunnei <bunneidev@gmail.com>2014-11-26 16:25:23 -0500
commit2a4b698f8e89f412e725b47fac77cedc5645bc37 (patch)
tree80bbd9ad6adcc56d1d2675bae2f30c6c367f3356 /src/common
parentbb730855e58d18d8964d158a55822c40503d548f (diff)
parentf8c05e53c43832bb7594f23e2201bbd9f20abcc6 (diff)
Merge pull request #223 from linkmauve/remove-thread
Remove unused includes to common/thread.h
Diffstat (limited to 'src/common')
-rw-r--r--src/common/log_manager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/log_manager.cpp b/src/common/log_manager.cpp
index 38c681ee..2ef7d98c 100644
--- a/src/common/log_manager.cpp
+++ b/src/common/log_manager.cpp
@@ -7,7 +7,6 @@
#include "common/log_manager.h"
#include "common/console_listener.h"
#include "common/timer.h"
-#include "common/thread.h"
void GenericLog(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type, const char* file, int line,
const char* function, const char* fmt, ...)