John E. Malmberg's VMS specific clean-up for curl.h
authorYang Tse <yangsita@gmail.com>
Mon, 1 Jun 2009 09:18:15 +0000 (09:18 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 1 Jun 2009 09:18:15 +0000 (09:18 +0000)
include/curl/curl.h

index 78213b3..65b27ba 100644 (file)
 #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__)