aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-04-17 16:17:02 -0700
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-04-18 18:35:03 -0700
commit418d96a86ce95e36f3dbd3dd700a30b5b7cdbcfd (patch)
treefcf97b45bc4d93d6566c3f3edda775c4f3410d2e /test
parent7ebc83894f025332d44cae361bd89c53c04acfc7 (diff)
downloadplatform_external_jemalloc_new-418d96a86ce95e36f3dbd3dd700a30b5b7cdbcfd.tar.gz
platform_external_jemalloc_new-418d96a86ce95e36f3dbd3dd700a30b5b7cdbcfd.tar.bz2
platform_external_jemalloc_new-418d96a86ce95e36f3dbd3dd700a30b5b7cdbcfd.zip
Header refactoring: unify nstime.h and move it out of the catch-all
Diffstat (limited to 'test')
-rw-r--r--test/include/test/jemalloc_test.h.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/include/test/jemalloc_test.h.in b/test/include/test/jemalloc_test.h.in
index 02eaac2b..67caa86b 100644
--- a/test/include/test/jemalloc_test.h.in
+++ b/test/include/test/jemalloc_test.h.in
@@ -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"