aboutsummaryrefslogtreecommitdiff
path: root/tools/os_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/os_support.h')
-rw-r--r--tools/os_support.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/os_support.h b/tools/os_support.h
index 3a2106e..471d605 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"