Arena: rename arena_structs_b.h -> arena_structs.h

arena_structs_a.h was removed in the previous commit.
This commit is contained in:
David T. Goldblatt 2019-09-20 16:43:54 -07:00 committed by David Goldblatt
parent e7cf84a8dd
commit 529cfe2abc
2 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
#include "jemalloc/internal/extent_structs.h"
#include "jemalloc/internal/base_structs.h"
#include "jemalloc/internal/prof_structs.h"
#include "jemalloc/internal/arena_structs_b.h"
#include "jemalloc/internal/arena_structs.h"
#include "jemalloc/internal/tcache_structs.h"
#include "jemalloc/internal/background_thread_structs.h"