mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00:00
- test_hooks.h: drop the #include of jemalloc_preamble.h. preamble pulls test_hooks.h, and test_hooks.h needs nothing from preamble. - edata.h: drop the #include of prof_types.h in favor of forward declarations of prof_tctx_t and prof_recent_t (used only as pointer types). prof_structs.h can then drop its #include of edata.h, severing the edata <-> prof_types coupling.