diff options
-rw-r--r-- | main/php_virtual_cwd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php_virtual_cwd.h b/main/php_virtual_cwd.h index 573e8a8408..53d569f22f 100644 --- a/main/php_virtual_cwd.h +++ b/main/php_virtual_cwd.h @@ -47,8 +47,6 @@ #if HAVE_UTIME # ifdef PHP_WIN32 # include <sys/utime.h> -# else -# include <utime.h> # endif #endif |