Header refactoring: move malloc_io.h out of the catchall

This commit is contained in:
David Goldblatt
2017-04-11 13:06:31 -07:00
committed by David Goldblatt
parent 0b00ffe55f
commit 54373be084
9 changed files with 14 additions and 1 deletions

View File

@@ -41,7 +41,6 @@
/******************************************************************************/
#include "jemalloc/internal/assert.h"
#include "jemalloc/internal/malloc_io.h"
#include "jemalloc/internal/util.h"
/******************************************************************************/