From: Craig A. Berry Date: Tue, 13 Dec 2005 17:27:48 +0000 (+0000) Subject: Don't include utime.h in vms.c -- it collides with X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=91757a49c54a501fc90d7a61bceb78a9cbc4063b;p=p5sagit%2Fp5-mst-13.2.git Don't include utime.h in vms.c -- it collides with homegroun definitions in vmsish.h. p4raw-id: //depot/perl@26344 --- diff --git a/vms/vms.c b/vms/vms.c index 05776fa..0d5a966 100644 --- a/vms/vms.c +++ b/vms/vms.c @@ -47,9 +47,6 @@ #include #include #include -#if __CRTL_VER >= 70300000 && !defined(__VAX) -#include -#endif /* Set the maximum filespec size here as it is larger for EFS file * specifications.