Merge pull request #969 from lioncash/windows-stuff

Common: Remove unused header from Thread.cpp
This commit is contained in:
skidau 2014-09-04 23:22:52 +10:00
commit b2c743157d
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
{