Header refactoring: unify nstime.h and move it out of the catch-all

This commit is contained in:
David Goldblatt
2017-04-17 16:17:02 -07:00
committed by David Goldblatt
parent 7ebc83894f
commit 418d96a86c
10 changed files with 21 additions and 29 deletions

View File

@@ -74,12 +74,10 @@ static const bool config_debug =
/* Hermetic headers. */
# include "jemalloc/internal/assert.h"
# include "jemalloc/internal/malloc_io.h"
# include "jemalloc/internal/nstime.h"
# include "jemalloc/internal/util.h"
/* Non-hermetic headers. */
# include "jemalloc/internal/nstime_types.h"
# include "jemalloc/internal/nstime_structs.h"
# include "jemalloc/internal/nstime_externs.h"
# include "jemalloc/internal/qr.h"
# include "jemalloc/internal/ql.h"