Removed unused headers from link.c (#16080)

This commit is contained in:
Jorg Adam Sowa 2025-01-19 10:20:03 +01:00 committed by GitHub
parent 88fc34aa7a
commit 8c11382a52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"