diff --git a/sapi/cli/php_cli_process_title.c b/sapi/cli/php_cli_process_title.c index fe36c9a2fdbc..e6740576f6aa 100644 --- a/sapi/cli/php_cli_process_title.c +++ b/sapi/cli/php_cli_process_title.c @@ -14,10 +14,6 @@ +----------------------------------------------------------------------+ */ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "php.h" #include "php_cli_process_title.h" #include "ps_title.h" diff --git a/sapi/phpdbg/phpdbg_io.c b/sapi/phpdbg/phpdbg_io.c index 261a67cd3925..742455b73f1d 100644 --- a/sapi/phpdbg/phpdbg_io.c +++ b/sapi/phpdbg/phpdbg_io.c @@ -14,10 +14,6 @@ +----------------------------------------------------------------------+ */ -#ifdef HAVE_CONFIG_H -#include -#endif - #include "phpdbg_io.h" ZEND_EXTERN_MODULE_GLOBALS(phpdbg)