Skip to content
Snippets Groups Projects
Commit c0e004ec authored by Yang Tse's avatar Yang Tse
Browse files

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

parent 0a1b7296
No related branches found
No related tags found
No related merge requests found
......@@ -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__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment