From 498d1a37f16d36b0c6341b074e5390a9194567a7 Mon Sep 17 00:00:00 2001 From: archshift Date: Tue, 2 Sep 2014 22:05:45 -0700 Subject: Removed common/std_xyz, instead using the std header --- src/common/log_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/log_manager.h') 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 #include +#include #define MAX_MESSAGES 8000 #define MAX_MSGLEN 1024 -- cgit v1.2.3