Shall we remove including config.w32.h and php_config.h from php_scandir.c?

php.internals

Kamesh Jayachandran

21 years ago
Hi All, In main/php_scandir.c we are conditionally including config.w32.h for windows and php_config.h for others. As we are including the php_scandir.h also I feel including config.w32.h and php_config.h is not necessary(php_scandir.h has already would have included either config.w32.h or php_config.h). With regards Kamesh Jayachandran