Header refactoring: unify and de-catchall extent_mmap module.

This commit is contained in:
David Goldblatt
2017-05-23 14:42:32 -07:00
committed by David Goldblatt
parent 93284bb53d
commit 98774e64a4
10 changed files with 11 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
#include "test/jemalloc_test.h"
#endif
#include "jemalloc/internal/extent_mmap.h"
#include "jemalloc/internal/rtree.h"
#include "test/extent_hooks.h"