]> granicus.if.org Git - php/commitdiff
Including utime.h once is enough.
authorSascha Schumann <sas@php.net>
Sun, 6 Aug 2000 18:14:46 +0000 (18:14 +0000)
committerSascha Schumann <sas@php.net>
Sun, 6 Aug 2000 18:14:46 +0000 (18:14 +0000)
main/php_virtual_cwd.h

index 573e8a8408cdd8d02870cf6dd8d9b3c1d6048a54..53d569f22f58ec59ed593aafd302388850cbc6a3 100644 (file)
@@ -47,8 +47,6 @@
 #if HAVE_UTIME
 # ifdef PHP_WIN32
 #  include <sys/utime.h>
-# else
-#  include <utime.h>
 # endif
 #endif