diff options
Diffstat (limited to 'include/thread.hpp')
-rw-r--r-- | include/thread.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/thread.hpp b/include/thread.hpp index 0dd20f9..63e441a 100644 --- a/include/thread.hpp +++ b/include/thread.hpp @@ -1,12 +1,7 @@ #ifndef THREAD_HPP_ #define THREAD_HPP_ -#ifndef __WIN32__ #include <thread> -#else -#include <win32thread.hpp> -#endif // __WIN32__ - #include <atomic> #include <entityx/entityx.h> |