Header refactoring: move assert.h out of the catch-all

This commit is contained in:
David Goldblatt
2017-04-11 14:43:12 -07:00
committed by David Goldblatt
parent f692e6c214
commit d9ec36e22d
22 changed files with 34 additions and 7 deletions

View File

@@ -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. */