From cab2faa48648e1310c6676120bc1c2bece38af52 Mon Sep 17 00:00:00 2001 From: Gina Peter Banyard Date: Fri, 3 Oct 2025 15:30:02 +0100 Subject: [PATCH] ext/opcache/zend_accelerator_module.c: remove unused include --- ext/opcache/zend_accelerator_module.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/opcache/zend_accelerator_module.c b/ext/opcache/zend_accelerator_module.c index 949be6f9f8e..a2569e07f14 100644 --- a/ext/opcache/zend_accelerator_module.c +++ b/ext/opcache/zend_accelerator_module.c @@ -34,7 +34,6 @@ #include "SAPI.h" #include "zend_virtual_cwd.h" #include "ext/standard/info.h" -#include "ext/standard/php_filestat.h" #include "ext/date/php_date.h" #include "opcache_arginfo.h"