aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/curl/curl.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 78213b308..65b27ba5b 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -48,13 +48,8 @@
#include <limits.h>
/* The include stuff here below is mainly for time_t! */
-#ifdef vms
-# include <types.h>
-# include <time.h>
-#else
-# include <sys/types.h>
-# include <time.h>
-#endif /* defined (vms) */
+#include <sys/types.h>
+#include <time.h>
#if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__GNUC__) && \
!defined(__CYGWIN__) || defined(__MINGW32__)