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)