diff options
Diffstat (limited to 'src/include/c.h')
-rw-r--r-- | src/include/c.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/c.h b/src/include/c.h index 96375ab567c..8b3c5e59967 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -81,9 +81,6 @@ #if defined(WIN32) || defined(__CYGWIN__) #include <fcntl.h> /* ensure O_BINARY is available */ #endif -#ifdef HAVE_SUPPORTDEFS_H -#include <SupportDefs.h> -#endif #if defined(WIN32) || defined(__CYGWIN__) /* We have to redefine some system functions after they are included above. */ |