mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-30 06:58:08 +03:00
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:
parent
89440d0fd3
commit
da18bdc169
10 changed files with 18 additions and 13 deletions
|
|
@ -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"
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue