mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-30 08:37:29 +03:00
Header refactoring: move smoothstep.h out of the catchall.
This commit is contained in:
parent
31b43219db
commit
36abf78aa9
2 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue