From f91f72607b8101bfe9df3bf8327c99e9a1f21a00 Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Wed, 22 Apr 2020 20:18:19 +0200 Subject: Drop unnecessary stdint and inttypes header checks These are always available as of C99. Closes GH-5323 Co-authored-by: "Christoph M. Becker" --- main/php_variables.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'main/php_variables.c') diff --git a/main/php_variables.c b/main/php_variables.c index 6fb6ca000d..b41286312d 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -25,9 +25,6 @@ #include "php_content_types.h" #include "SAPI.h" #include "zend_globals.h" -#ifdef PHP_WIN32 -# include "win32/php_inttypes.h" -#endif /* for systems that need to override reading of environment variables */ void _php_import_environment_variables(zval *array_ptr); -- cgit v1.2.1