Header refactoring: move smoothstep.h out of the catchall.

This commit is contained in:
David Goldblatt 2017-04-19 15:15:57 -07:00 committed by David Goldblatt
parent 31b43219db
commit 36abf78aa9
2 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,7 @@
#include "jemalloc/internal/nstime.h" #include "jemalloc/internal/nstime.h"
#include "jemalloc/internal/ql.h" #include "jemalloc/internal/ql.h"
#include "jemalloc/internal/size_classes.h" #include "jemalloc/internal/size_classes.h"
#include "jemalloc/internal/smoothstep.h"
#include "jemalloc/internal/ticker.h" #include "jemalloc/internal/ticker.h"
/* /*

View File

@ -40,7 +40,6 @@
/* TYPES */ /* TYPES */
/******************************************************************************/ /******************************************************************************/
#include "jemalloc/internal/smoothstep.h"
#include "jemalloc/internal/stats_types.h" #include "jemalloc/internal/stats_types.h"
#include "jemalloc/internal/ctl_types.h" #include "jemalloc/internal/ctl_types.h"
#include "jemalloc/internal/witness_types.h" #include "jemalloc/internal/witness_types.h"