From 8be1f74e878950cbbac3f05451341fc18892518b Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 26 Sep 2017 22:37:52 -0400 Subject: windows 64-bit build --- include/thread.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/thread.hpp') 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 -#else -#include -#endif // __WIN32__ - #include #include -- cgit v1.2.3