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/thread.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/common/thread.h') diff --git a/src/common/thread.h b/src/common/thread.h index dbb9da53..f7ace21b 100644 --- a/src/common/thread.h +++ b/src/common/thread.h @@ -4,14 +4,13 @@ #pragma once -#include "common/std_condition_variable.h" -#include "common/std_mutex.h" -#include "common/std_thread.h" - // Don't include common.h here as it will break LogManager #include "common/common_types.h" #include #include +#include +#include +#include // This may not be defined outside _WIN32 #ifndef _WIN32 -- cgit v1.2.3