summaryrefslogtreecommitdiff
path: root/src/common/log_manager.h
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-09-02 22:05:45 -0700
committerarchshift <admin@archshift.com>2014-09-07 14:31:07 -0700
commit498d1a37f16d36b0c6341b074e5390a9194567a7 (patch)
treeadbf248d2b6d18e475f2d5390ff8ed7d37b6a877 /src/common/log_manager.h
parent5d95d038a0e5d203a568223da12b57c30d048a8c (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.h2
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