diff options
Diffstat (limited to 'ext/standard/filestat.c')
-rw-r--r-- | ext/standard/filestat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index e199583d47..94580f6fdd 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -34,10 +34,6 @@ # include <unistd.h> #endif -#if HAVE_SYS_PARAM_H -# include <sys/param.h> -#endif - #if HAVE_SYS_VFS_H # include <sys/vfs.h> #endif |