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

@@ -2,6 +2,8 @@
#include "jemalloc/internal/jemalloc_preamble.h"
#include "jemalloc/internal/jemalloc_internal_includes.h"
#include "jemalloc/internal/assert.h"
/******************************************************************************/
/* Data. */