diff options
Diffstat (limited to 'win/tclWinThrd.c')
-rw-r--r-- | win/tclWinThrd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win/tclWinThrd.c b/win/tclWinThrd.c index b37eddf..6c4ed7f 100644 --- a/win/tclWinThrd.c +++ b/win/tclWinThrd.c @@ -13,9 +13,6 @@ #include "tclWinInt.h" -#include <float.h> -#include <sys/stat.h> - /* Workaround for mingw versions which don't provide this in float.h */ #ifndef _MCW_EM # define _MCW_EM 0x0008001F /* Error masks */ |