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

ext/standard/type.c: Remove unused include

This commit is contained in:
Gina Peter Bnayard
2024-08-13 19:15:09 +02:00
committed by Gina Peter Banyard
parent 85e6688791
commit d45eb46c97

View File

@@ -15,7 +15,6 @@
*/
#include "php.h"
#include "php_incomplete_class.h"
/* {{{ Returns the type of the variable */
PHP_FUNCTION(gettype)