diff options
Diffstat (limited to 'tools/os_support.h')
-rw-r--r-- | tools/os_support.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/os_support.h b/tools/os_support.h index 3a2106ed7e..471d605f5c 100644 --- a/tools/os_support.h +++ b/tools/os_support.h @@ -11,9 +11,6 @@ /* * Include additional files required for supporting different operating systems */ -#ifdef __MINGW32__ -#include "mingw_support.h" -#endif #if defined(__APPLE__) && __DARWIN_C_LEVEL < 200809L #include "getline.h" |