Header refactoring: pages.h - unify and remove from catchall.

This commit is contained in:
David Goldblatt
2017-04-24 18:05:15 -07:00
committed by David Goldblatt
parent dab4beb277
commit 268843ac68
6 changed files with 33 additions and 34 deletions

View File

@@ -1,6 +1,7 @@
#ifndef JEMALLOC_INTERNAL_ARENA_EXTERNS_H
#define JEMALLOC_INTERNAL_ARENA_EXTERNS_H
#include "jemalloc/internal/pages.h"
#include "jemalloc/internal/size_classes.h"
#include "jemalloc/internal/stats.h"