Header refactoring: move assert.h out of the catch-all

This commit is contained in:
David Goldblatt
2017-04-11 14:43:12 -07:00
committed by David Goldblatt
parent f692e6c214
commit d9ec36e22d
22 changed files with 34 additions and 7 deletions

View File

@@ -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

View File

@@ -36,12 +36,6 @@
* global jemalloc definitions, however.
*/
/******************************************************************************/
/* HERMETIC HEADERS */
/******************************************************************************/
#include "jemalloc/internal/assert.h"
/******************************************************************************/
/* TYPES */
/******************************************************************************/