From 8c11382a522bf486e04ca96383e79d68b6b5c117 Mon Sep 17 00:00:00 2001 From: Jorg Adam Sowa Date: Sun, 19 Jan 2025 10:20:03 +0100 Subject: [PATCH] Removed unused headers from link.c (#16080) --- ext/standard/link.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ext/standard/link.c b/ext/standard/link.c index a30b49ee59d..24e3b515dc8 100644 --- a/ext/standard/link.c +++ b/ext/standard/link.c @@ -30,18 +30,7 @@ #include #endif #include -#ifdef HAVE_PWD_H -#ifdef PHP_WIN32 -#include "win32/pwd.h" -#else -#include -#endif -#endif -#ifdef HAVE_GRP_H -# include -#endif #include -#include #include "php_string.h"