Header refactoring: break out qr.h dependencies

This commit is contained in:
David Goldblatt
2017-04-10 17:06:53 -07:00
committed by David Goldblatt
parent 63a5cd4cc2
commit 610cb83419
3 changed files with 4 additions and 1 deletions

View File

@@ -180,7 +180,6 @@ static const bool have_percpu_arena =
#include <mach/vm_map.h>
#endif
#include "jemalloc/internal/qr.h"
#include "jemalloc/internal/ql.h"
/*

View File

@@ -1,6 +1,8 @@
#ifndef JEMALLOC_INTERNAL_QL_H
#define JEMALLOC_INTERNAL_QL_H
#include "jemalloc/internal/qr.h"
/* List definitions. */
#define ql_head(a_type) \
struct { \