Common: Remove unused header from Thread.cpp
This define isn't even used in the Windows builds.
This commit is contained in:
parent
e732f27e1a
commit
bd91e8b0c8
|
@ -11,10 +11,6 @@
|
|||
#include <pthread_np.h>
|
||||
#endif
|
||||
|
||||
#ifdef USE_BEGINTHREADEX
|
||||
#include <process.h>
|
||||
#endif
|
||||
|
||||
namespace Common
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue