diff --git a/ext/standard/array.c b/ext/standard/array.c index d3ce9293a60..19e3e86fd56 100644 --- a/ext/standard/array.c +++ b/ext/standard/array.c @@ -21,6 +21,7 @@ +----------------------------------------------------------------------+ */ + /* $Id$ */ #include "php.h" @@ -39,7 +40,6 @@ #include "win32/unistd.h" #endif #include "zend_globals.h" -#include "zend_variables.h" #include "php_globals.h" #include "php_array.h" #include "basic_functions.h"