Drop umbrella include from 10 more .c files (batch 5)

Converted: thread_event, emap, sec, eset, tsd, psset, zone, hpdata,
ckh, prof_recent.

No latent hermeticity bugs in headers this batch -- just .c files
that needed previously-transitive includes added (most commonly
arena.h, the various jemalloc_internal_inlines_*, mutex.h, tsd.h,
witness.h, and prof.h).

Step 6 (Option B) of the cyclical-dep cleanup, batch 5 of N.
This commit is contained in:
Slobodan Predolac 2026-05-27 19:10:11 -04:00 committed by Slobodan Predolac
parent 19978eea2f
commit a3c20a2320
10 changed files with 38 additions and 16 deletions

View file

@ -1,5 +1,4 @@
#include "jemalloc/internal/jemalloc_preamble.h"
#include "jemalloc/internal/jemalloc_internal_includes.h"
#include "jemalloc/internal/hpdata.h"