Common: Remove unused header from Thread.cpp

This define isn't even used in the Windows builds.
This commit is contained in:
lioncash 2014-09-04 09:15:12 -04:00
parent e732f27e1a
commit bd91e8b0c8
1 changed files with 0 additions and 4 deletions

View File

@ -11,10 +11,6 @@
#include <pthread_np.h>
#endif
#ifdef USE_BEGINTHREADEX
#include <process.h>
#endif
namespace Common
{