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

ext/snmp: remove unused header include

Smart strings are not in use in this file
This commit is contained in:
Gina Peter Banyard
2025-11-07 20:42:34 +00:00
parent 55d449fca4
commit d9dea1a5b2

View File

@@ -34,7 +34,6 @@
#include "php_snmp.h" #include "php_snmp.h"
#include "zend_exceptions.h" #include "zend_exceptions.h"
#include "zend_smart_string.h"
#include "ext/spl/spl_exceptions.h" #include "ext/spl/spl_exceptions.h"
#ifdef HAVE_SNMP #ifdef HAVE_SNMP