Skip to content

Commit 76d0ad5

Browse files
committed
Move the include of zend_closures.h to the top of zend_ast.c
1 parent 35cd537 commit 76d0ad5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Zend/zend_ast.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include "zend_language_parser.h"
2424
#include "zend_smart_str.h"
2525
#include "zend_exceptions.h"
26+
#include "zend_closures.h"
2627
#include "zend_constants.h"
2728
#include "zend_enum.h"
2829

@@ -564,8 +565,6 @@ ZEND_API zend_result ZEND_FASTCALL zend_ast_evaluate_ex(
564565
return r;
565566
}
566567

567-
#include "Zend/zend_closures.h"
568-
569568
ZEND_API zend_result ZEND_FASTCALL zend_ast_evaluate_inner(
570569
zval *result,
571570
zend_ast *ast,

0 commit comments

Comments
 (0)