diff options
author | David Goldblatt <davidgoldblatt@fb.com> | 2017-04-19 22:15:57 (GMT) |
---|---|---|
committer | David Goldblatt <davidtgoldblatt@gmail.com> | 2017-04-24 17:33:21 (GMT) |
commit | 36abf78aa924f5f038f94443357e89ae86ae3510 (patch) | |
tree | 332ec791fa8df5a3010ddce8f78ad68160c25bd0 /include | |
parent | 31b43219dbf397f273350a66a3a594fdfbaa1e00 (diff) | |
download | jemalloc-36abf78aa924f5f038f94443357e89ae86ae3510.zip jemalloc-36abf78aa924f5f038f94443357e89ae86ae3510.tar.gz jemalloc-36abf78aa924f5f038f94443357e89ae86ae3510.tar.bz2 |
Header refactoring: move smoothstep.h out of the catchall.
Diffstat (limited to 'include')
-rw-r--r-- | include/jemalloc/internal/arena_structs_b.h | 1 | ||||
-rw-r--r-- | include/jemalloc/internal/jemalloc_internal_includes.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/jemalloc/internal/arena_structs_b.h b/include/jemalloc/internal/arena_structs_b.h index dbff787..8a7d7a1 100644 --- a/include/jemalloc/internal/arena_structs_b.h +++ b/include/jemalloc/internal/arena_structs_b.h @@ -6,6 +6,7 @@ #include "jemalloc/internal/nstime.h" #include "jemalloc/internal/ql.h" #include "jemalloc/internal/size_classes.h" +#include "jemalloc/internal/smoothstep.h" #include "jemalloc/internal/ticker.h" /* diff --git a/include/jemalloc/internal/jemalloc_internal_includes.h b/include/jemalloc/internal/jemalloc_internal_includes.h index 3794c34..8b650fb 100644 --- a/include/jemalloc/internal/jemalloc_internal_includes.h +++ b/include/jemalloc/internal/jemalloc_internal_includes.h @@ -40,7 +40,6 @@ /* TYPES */ /******************************************************************************/ -#include "jemalloc/internal/smoothstep.h" #include "jemalloc/internal/stats_types.h" #include "jemalloc/internal/ctl_types.h" #include "jemalloc/internal/witness_types.h" |