mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Removed unused headers from link.c (#16080)
This commit is contained in:
@@ -30,18 +30,7 @@
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
#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 <ctype.h>
|
||||
|
||||
#include "php_string.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user