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

This commit is contained in:
David Goldblatt
2017-04-10 19:04:40 -07:00
committed by David Goldblatt
parent 743d940dc3
commit e709fae1d7
11 changed files with 20 additions and 1 deletions

View File

@@ -43,7 +43,6 @@ CPP_PROLOGUE
/******************************************************************************/
#include "jemalloc/internal/assert.h"
#include "jemalloc/internal/atomic.h"
#include "jemalloc/internal/bit_util.h"
#include "jemalloc/internal/malloc_io.h"
#include "jemalloc/internal/util.h"