Header refactoring: move jemalloc_internal_types.h out of the catch-all

This commit is contained in:
David Goldblatt
2017-04-17 15:52:44 -07:00
committed by David Goldblatt
parent d9ec36e22d
commit 7ebc83894f
7 changed files with 10 additions and 3 deletions

View File

@@ -40,7 +40,6 @@
/* TYPES */
/******************************************************************************/
#include "jemalloc/internal/jemalloc_internal_types.h"
#include "jemalloc/internal/nstime_types.h"
#include "jemalloc/internal/spin_types.h"
#include "jemalloc/internal/prng_types.h"