mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Removed unused headers from link.c (#16080)
This commit is contained in:
parent
88fc34aa7a
commit
8c11382a52
1 changed files with 0 additions and 11 deletions
|
@ -30,18 +30,7 @@
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#endif
|
#endif
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#ifdef HAVE_PWD_H
|
|
||||||
#ifdef PHP_WIN32
|
|
||||||
#include "win32/pwd.h"
|
|
||||||
#else
|
|
||||||
#include <pwd.h>
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_GRP_H
|
|
||||||
# include <grp.h>
|
|
||||||
#endif
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <ctype.h>
|
|
||||||
|
|
||||||
#include "php_string.h"
|
#include "php_string.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue