Header refactoring: move bit_util.h out of the catchall

This commit is contained in:
David Goldblatt
2017-04-11 12:57:18 -07:00
committed by David Goldblatt
parent 22366518b7
commit 0b00ffe55f
5 changed files with 6 additions and 1 deletions

View File

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