Skip to content

Commit 5bf2be3

Browse files
author
Anantha Kesari H Y
committed
removing inclusion of platform specific config files as they are already included from php_scandir.h
1 parent 6021286 commit 5bf2be3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

main/php_scandir.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@
1919

2020
/* $Id$ */
2121

22-
#ifdef PHP_WIN32
23-
#include "config.w32.h"
24-
#else
25-
#include "php_config.h"
26-
#endif
27-
2822
#include "php_scandir.h"
2923

3024
#ifdef HAVE_SYS_TYPES_H

0 commit comments

Comments
 (0)