diff options
author | archshift <admin@archshift.com> | 2014-09-02 22:05:45 -0700 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-09-07 14:31:07 -0700 |
commit | 498d1a37f16d36b0c6341b074e5390a9194567a7 (patch) | |
tree | adbf248d2b6d18e475f2d5390ff8ed7d37b6a877 /src/common/log_manager.h | |
parent | 5d95d038a0e5d203a568223da12b57c30d048a8c (diff) |
Removed common/std_xyz, instead using the std header
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 |