1
0
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:
Jorg Adam Sowa
2025-01-19 10:20:03 +01:00
committed by GitHub
parent 88fc34aa7a
commit 8c11382a52

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"