Header refactoring: break out qr.h dependencies
This commit is contained in:
committed by
David Goldblatt
parent
63a5cd4cc2
commit
610cb83419
@@ -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