diff options
author | David Goldblatt <davidgoldblatt@fb.com> | 2017-04-19 21:56:42 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-04-24 17:33:21 (GMT) |
commit | 68da2361d2cbb4cc34a784093bd2bee94bede543 (patch) | |
tree | 731d2a46d6687a2927d43bb1668b49c550b76516 /src | |
parent | bf2dc7e67840807fb90451ab34e7150401f7f7c4 (diff) | |
download | jemalloc-68da2361d2cbb4cc34a784093bd2bee94bede543.zip jemalloc-68da2361d2cbb4cc34a784093bd2bee94bede543.tar.gz jemalloc-68da2361d2cbb4cc34a784093bd2bee94bede543.tar.bz2 |
Header refactoring: ckh module - remove from the catchall and unify.
Diffstat (limited to 'src')
-rw-r--r-- | src/ckh.c | 3 | ||||
-rw-r--r-- | src/prof.c | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -36,6 +36,9 @@ ******************************************************************************/ #define JEMALLOC_CKH_C_ #include "jemalloc/internal/jemalloc_preamble.h" + +#include "jemalloc/internal/ckh.h" + #include "jemalloc/internal/jemalloc_internal_includes.h" #include "jemalloc/internal/assert.h" @@ -3,6 +3,7 @@ #include "jemalloc/internal/jemalloc_internal_includes.h" #include "jemalloc/internal/assert.h" +#include "jemalloc/internal/ckh.h" #include "jemalloc/internal/malloc_io.h" /******************************************************************************/ |