Skip to content

Commit

Permalink
Removed unused headers from link.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgsowa committed Sep 25, 2024
1 parent e035a95 commit f0ca8aa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ext/standard/link.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit f0ca8aa

Please sign in to comment.