From 529cfe2abc7d10272c218a2b9047a85a49a9cd2a Mon Sep 17 00:00:00 2001 From: "David T. Goldblatt" Date: Fri, 20 Sep 2019 16:43:54 -0700 Subject: [PATCH] Arena: rename arena_structs_b.h -> arena_structs.h arena_structs_a.h was removed in the previous commit. --- .../jemalloc/internal/{arena_structs_b.h => arena_structs.h} | 0 include/jemalloc/internal/jemalloc_internal_includes.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename include/jemalloc/internal/{arena_structs_b.h => arena_structs.h} (100%) diff --git a/include/jemalloc/internal/arena_structs_b.h b/include/jemalloc/internal/arena_structs.h similarity index 100% rename from include/jemalloc/internal/arena_structs_b.h rename to include/jemalloc/internal/arena_structs.h diff --git a/include/jemalloc/internal/jemalloc_internal_includes.h b/include/jemalloc/internal/jemalloc_internal_includes.h index cb76a5e8..55fcf3eb 100644 --- a/include/jemalloc/internal/jemalloc_internal_includes.h +++ b/include/jemalloc/internal/jemalloc_internal_includes.h @@ -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"