1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Zend/zend_object_handlers.c: Remove unused include

This commit is contained in:
Gina Peter Bnayard
2024-08-15 00:08:10 +02:00
parent d5d537bf7c
commit 4a4aae540b

View File

@@ -31,7 +31,6 @@
#include "zend_compile.h"
#include "zend_hash.h"
#include "zend_property_hooks.h"
#include "ext/reflection/php_reflection.h"
#define DEBUG_OBJECT_HANDLERS 0