mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-25 18:17:19 +03:00
Header refactoring: move assert.h out of the catch-all
This commit is contained in:
parent
f692e6c214
commit
d9ec36e22d
22 changed files with 34 additions and 7 deletions
|
|
@ -1,9 +1,10 @@
|
|||
#define JEMALLOC_EXTENT_C_
|
||||
#include "jemalloc/internal/jemalloc_preamble.h"
|
||||
#include "jemalloc/internal/jemalloc_internal_includes.h"
|
||||
|
||||
#include "jemalloc/internal/assert.h"
|
||||
#include "jemalloc/internal/ph.h"
|
||||
|
||||
#include "jemalloc/internal/jemalloc_internal_includes.h"
|
||||
|
||||
/******************************************************************************/
|
||||
/* Data. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue