diff options
Diffstat (limited to 'main/php_scandir.h')
| -rw-r--r-- | main/php_scandir.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/main/php_scandir.h b/main/php_scandir.h index ce31bc200c..556b6151e9 100644 --- a/main/php_scandir.h +++ b/main/php_scandir.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2018 The PHP Group | + | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -22,10 +22,6 @@ #include <sys/types.h> -#ifdef HAVE_SYS_DIR_H -#include <sys/dir.h> -#endif - #ifdef PHP_WIN32 #include "config.w32.h" #include "win32/readdir.h" |
