summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Thread.cpp
diff options
context:
space:
mode:
authorlioncash <mathew1800@gmail.com>2014-09-04 09:15:12 -0400
committerlioncash <mathew1800@gmail.com>2014-09-04 09:15:18 -0400
commitbd91e8b0c831831a7c103d18fd1320529a329fa0 (patch)
tree13f2f4c34226389a5a89afdc1fc716a07feb11d9 /Source/Core/Common/Thread.cpp
parente732f27e1af4df6bea2cbf64bf5a9557ee9f28ed (diff)
Common: Remove unused header from Thread.cpp
This define isn't even used in the Windows builds.
Diffstat (limited to 'Source/Core/Common/Thread.cpp')
-rw-r--r--Source/Core/Common/Thread.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/Core/Common/Thread.cpp b/Source/Core/Common/Thread.cpp
index ce52375c3d..39649d67c1 100644
--- a/Source/Core/Common/Thread.cpp
+++ b/Source/Core/Common/Thread.cpp
@@ -11,10 +11,6 @@
#include <pthread_np.h>
#endif
-#ifdef USE_BEGINTHREADEX
-#include <process.h>
-#endif
-
namespace Common
{