summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2017-04-25 01:05:15 (GMT)
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2017-04-25 16:51:38 (GMT)
commit268843ac680f688582044621434221bedf78719b (patch)
tree5b68f6a50c54bf536c2d92c70f51deeae76d2476 /src
parentdab4beb277f5fd82dd0f66324bb9a2c7458afe1c (diff)
downloadjemalloc-268843ac680f688582044621434221bedf78719b.zip
jemalloc-268843ac680f688582044621434221bedf78719b.tar.gz
jemalloc-268843ac680f688582044621434221bedf78719b.tar.bz2
Header refactoring: pages.h - unify and remove from catchall.
Diffstat (limited to 'src')
-rw-r--r--src/pages.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pages.c b/src/pages.c
index 86907aa..3a048e3 100644
--- a/src/pages.c
+++ b/src/pages.c
@@ -1,5 +1,8 @@
#define JEMALLOC_PAGES_C_
#include "jemalloc/internal/jemalloc_preamble.h"
+
+#include "jemalloc/internal/pages.h"
+
#include "jemalloc/internal/jemalloc_internal_includes.h"
#include "jemalloc/internal/assert.h"