Header refactoring: unify spin.h and move it out of the catch-all.

This commit is contained in:
David Goldblatt
2017-04-17 16:35:04 -07:00
committed by David Goldblatt
parent 418d96a86c
commit 38e847c1c5
9 changed files with 42 additions and 49 deletions

View File

@@ -40,7 +40,6 @@
/* TYPES */
/******************************************************************************/
#include "jemalloc/internal/spin_types.h"
#include "jemalloc/internal/prng_types.h"
#include "jemalloc/internal/ticker_types.h"
#include "jemalloc/internal/ckh_types.h"
@@ -65,7 +64,6 @@
/* STRUCTS */
/******************************************************************************/
#include "jemalloc/internal/spin_structs.h"
#include "jemalloc/internal/ticker_structs.h"
#include "jemalloc/internal/ckh_structs.h"
#include "jemalloc/internal/witness_structs.h"
@@ -110,7 +108,6 @@
/* INLINES */
/******************************************************************************/
#include "jemalloc/internal/spin_inlines.h"
#include "jemalloc/internal/prng_inlines.h"
#include "jemalloc/internal/ticker_inlines.h"
#include "jemalloc/internal/tsd_inlines.h"