John E. Malmberg's VMS specific clean-up for curl.h

This commit is contained in:
Yang Tse 2009-06-01 09:18:15 +00:00
parent 0a1b7296b9
commit c0e004ec1c
1 changed files with 2 additions and 7 deletions

View File

@ -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__)