Skip to content

Commit cbfdf2b

Browse files
committed
Include leaner headers in zend_exception.h
1 parent 886bf82 commit cbfdf2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Zend/zend_exceptions.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ ZEND_API ZEND_COLD void zend_throw_graceful_exit(void);
7878
ZEND_API bool zend_is_unwind_exit(const zend_object *ex);
7979
ZEND_API bool zend_is_graceful_exit(const zend_object *ex);
8080

81-
#include "zend_globals.h"
81+
#include "zend_compile.h" /* For EX() */
82+
#include "zend_globals_macros.h" /* For EG() */
8283

8384
static zend_always_inline void zend_rethrow_exception(zend_execute_data *execute_data)
8485
{

0 commit comments

Comments
 (0)