From a26830c70f6e42896a12836a47fd379358d07afd Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 22 Jun 2018 19:13:17 +0100 Subject: [PATCH] [Minor] Try to make Torch not so 'clever' --- contrib/lua-torch/torch7/lib/TH/THGeneral.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/contrib/lua-torch/torch7/lib/TH/THGeneral.c b/contrib/lua-torch/torch7/lib/TH/THGeneral.c index 6ad96b51c7..998ac32125 100644 --- a/contrib/lua-torch/torch7/lib/TH/THGeneral.c +++ b/contrib/lua-torch/torch7/lib/TH/THGeneral.c @@ -11,13 +11,7 @@ #define __thread __declspec( thread ) #endif -#if (defined(__unix) || defined(_WIN32)) - #if defined(__FreeBSD__) - #include - #else - #include - #endif -#elif defined(__APPLE__) +#if defined(__APPLE__) #include #endif -- 2.47.3