diff options
author | bunnei <bunneidev@gmail.com> | 2014-09-07 22:08:06 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2014-09-07 22:08:06 -0400 |
commit | 85f1b76cd8a223968d61fbd93235acee5dcab47e (patch) | |
tree | 8b062c49cd6b6d34e39e4ad79005815e5c694c73 /src/common/log_manager.h | |
parent | a1300865873541e532545088d2e65ec83ac69335 (diff) | |
parent | 498d1a37f16d36b0c6341b074e5390a9194567a7 (diff) |
Merge pull request #87 from archshift/remove-cruft
Removed redundant headers for std implementations
Diffstat (limited to 'src/common/log_manager.h')
-rw-r--r-- | src/common/log_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/log_manager.h b/src/common/log_manager.h index 81d808825..ce62d0361 100644 --- a/src/common/log_manager.h +++ b/src/common/log_manager.h @@ -6,11 +6,11 @@ #include "common/log.h" #include "common/string_util.h" -#include "common/thread.h" #include "common/file_util.h" #include <cstring> #include <set> +#include <mutex> #define MAX_MESSAGES 8000 #define MAX_MSGLEN 1024 |