Commit 551167b
committed
zend_alloc: Make zend_alloc.h independent of zend_types.h
`zend_types.h` itself refers to `emalloc()` in macro definitions (which is
defined in `zend_alloc.h`), making this effectively a circular dependency.
Since `zend_alloc.h` does not actually need `zend_types.h`, we can just remove
this include from there.1 parent 95a17af commit 551167b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments