From d45eb46c97a846d102f6f606480ac5954fd5dfa4 Mon Sep 17 00:00:00 2001 From: Gina Peter Bnayard Date: Tue, 13 Aug 2024 19:15:09 +0200 Subject: [PATCH] ext/standard/type.c: Remove unused include --- ext/standard/type.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/standard/type.c b/ext/standard/type.c index 4f3950e2784..4557014ff5a 100644 --- a/ext/standard/type.c +++ b/ext/standard/type.c @@ -15,7 +15,6 @@ */ #include "php.h" -#include "php_incomplete_class.h" /* {{{ Returns the type of the variable */ PHP_FUNCTION(gettype)