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

Converted: hpa_hooks, san_bump, sz, cache_bin, bitmap, hpa_central,
witness, fxp, buf_writer, edata_cache.

No latent hermeticity bugs in headers this batch -- a few .c files
just needed previously-transitive includes added (e.g. hpa_central.c
needed hpa.h for hpa_supported()).

Step 6 (Option B) of the cyclical-dep cleanup, batch 3 of N.
This commit is contained in:
Slobodan Predolac 2026-05-27 18:56:21 -04:00 committed by Slobodan Predolac
parent 89440d0fd3
commit da18bdc169
10 changed files with 18 additions and 13 deletions

View file

@ -1,7 +1,7 @@
#include "jemalloc/internal/jemalloc_preamble.h"
#include "jemalloc/internal/jemalloc_internal_includes.h"
#include "jemalloc/internal/assert.h"
#include "jemalloc/internal/bitmap.h"
/******************************************************************************/