Header refactoring: ckh module - remove from the catchall and unify.

This commit is contained in:
David Goldblatt
2017-04-19 14:56:42 -07:00
committed by David Goldblatt
parent bf2dc7e678
commit 68da2361d2
8 changed files with 106 additions and 84 deletions

View File

@@ -40,7 +40,6 @@
/* TYPES */
/******************************************************************************/
#include "jemalloc/internal/ckh_types.h"
#include "jemalloc/internal/size_classes.h"
#include "jemalloc/internal/smoothstep.h"
#include "jemalloc/internal/stats_types.h"
@@ -62,7 +61,6 @@
/* STRUCTS */
/******************************************************************************/
#include "jemalloc/internal/ckh_structs.h"
#include "jemalloc/internal/witness_structs.h"
#include "jemalloc/internal/mutex_structs.h"
#include "jemalloc/internal/stats_structs.h"
@@ -83,7 +81,6 @@
/******************************************************************************/
#include "jemalloc/internal/jemalloc_internal_externs.h"
#include "jemalloc/internal/ckh_externs.h"
#include "jemalloc/internal/stats_externs.h"
#include "jemalloc/internal/ctl_externs.h"
#include "jemalloc/internal/witness_externs.h"