Header refactoring: break out qr.h dependencies
This commit is contained in:
committed by
David Goldblatt
parent
63a5cd4cc2
commit
610cb83419
@@ -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"
|
||||
|
||||
/*
|
||||
|
@@ -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 { \
|
||||
|
Reference in New Issue
Block a user