Header refactoring: unify and de-catchall mutex_pool.

This commit is contained in:
David Goldblatt 2017-05-23 14:56:24 -07:00 committed by David Goldblatt
parent 98774e64a4
commit 041e041e1f
7 changed files with 15 additions and 26 deletions

View file

@ -8,6 +8,7 @@
#include "jemalloc/internal/ph.h"
#include "jemalloc/internal/rtree.h"
#include "jemalloc/internal/mutex.h"
#include "jemalloc/internal/mutex_pool.h"
/******************************************************************************/
/* Data. */