Skip to content

Commit 8c11382

Browse files
authored
Removed unused headers from link.c (#16080)
1 parent 88fc34a commit 8c11382

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ext/standard/link.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,7 @@
3030
#include <sys/stat.h>
3131
#endif
3232
#include <string.h>
33-
#ifdef HAVE_PWD_H
34-
#ifdef PHP_WIN32
35-
#include "win32/pwd.h"
36-
#else
37-
#include <pwd.h>
38-
#endif
39-
#endif
40-
#ifdef HAVE_GRP_H
41-
# include <grp.h>
42-
#endif
4333
#include <errno.h>
44-
#include <ctype.h>
4534

4635
#include "php_string.h"
4736

0 commit comments

Comments
 (0)