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

@@ -3,6 +3,7 @@
#include "jemalloc/internal/jemalloc_internal_includes.h"
#include "jemalloc/internal/assert.h"
#include "jemalloc/internal/nstime.h"
#include "jemalloc/internal/util.h"
/******************************************************************************/

View File

@@ -1,6 +1,8 @@
#include "jemalloc/internal/jemalloc_preamble.h"
#include "jemalloc/internal/jemalloc_internal_includes.h"
#include "jemalloc/internal/nstime.h"
#include "jemalloc/internal/assert.h"
#define BILLION UINT64_C(1000000000)