summaryrefslogtreecommitdiff
path: root/main/php_variables.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_variables.c')
-rw-r--r--main/php_variables.c3
1 files changed, 0 insertions, 3 deletions
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);