Header refactoring: ticker module - remove from the catchall and unify.
This commit is contained in:
committed by
David Goldblatt
parent
fa3ad730c4
commit
bf2dc7e678
@@ -40,7 +40,6 @@
|
||||
/* TYPES */
|
||||
/******************************************************************************/
|
||||
|
||||
#include "jemalloc/internal/ticker_types.h"
|
||||
#include "jemalloc/internal/ckh_types.h"
|
||||
#include "jemalloc/internal/size_classes.h"
|
||||
#include "jemalloc/internal/smoothstep.h"
|
||||
@@ -63,7 +62,6 @@
|
||||
/* STRUCTS */
|
||||
/******************************************************************************/
|
||||
|
||||
#include "jemalloc/internal/ticker_structs.h"
|
||||
#include "jemalloc/internal/ckh_structs.h"
|
||||
#include "jemalloc/internal/witness_structs.h"
|
||||
#include "jemalloc/internal/mutex_structs.h"
|
||||
@@ -107,7 +105,6 @@
|
||||
/* INLINES */
|
||||
/******************************************************************************/
|
||||
|
||||
#include "jemalloc/internal/ticker_inlines.h"
|
||||
#include "jemalloc/internal/tsd_inlines.h"
|
||||
#include "jemalloc/internal/witness_inlines.h"
|
||||
#include "jemalloc/internal/mutex_inlines.h"
|
||||
|
Reference in New Issue
Block a user