Header refactoring: move smoothstep.h out of the catchall.
This commit is contained in:
parent
31b43219db
commit
36abf78aa9
@ -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"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user