Header refactoring: move assert.h out of the catch-all
This commit is contained in:
committed by
David Goldblatt
parent
f692e6c214
commit
d9ec36e22d
@@ -1,6 +1,8 @@
|
||||
#ifndef JEMALLOC_INTERNAL_HASH_INLINES_H
|
||||
#define JEMALLOC_INTERNAL_HASH_INLINES_H
|
||||
|
||||
#include "jemalloc/internal/assert.h"
|
||||
|
||||
/*
|
||||
* The following hash function is based on MurmurHash3, placed into the public
|
||||
* domain by Austin Appleby. See https://github.com/aappleby/smhasher for
|
||||
|
@@ -36,12 +36,6 @@
|
||||
* global jemalloc definitions, however.
|
||||
*/
|
||||
|
||||
/******************************************************************************/
|
||||
/* HERMETIC HEADERS */
|
||||
/******************************************************************************/
|
||||
|
||||
#include "jemalloc/internal/assert.h"
|
||||
|
||||
/******************************************************************************/
|
||||
/* TYPES */
|
||||
/******************************************************************************/
|
||||
|
Reference in New Issue
Block a user