From 8ff7e7d6c33fd18a9f8c9f086e027dd0edfc27f0 Mon Sep 17 00:00:00 2001 From: Kevin Svetlitski Date: Tue, 25 Jul 2023 10:42:10 -0700 Subject: [PATCH] Remove errant `#include`s in public `jemalloc.h` header In an attempt to make all headers self-contained, I inadvertently added `#include`s which refer to intermediate, generated headers that aren't included in the final install. Closes #2489. --- include/jemalloc/jemalloc_protos.h.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/jemalloc/jemalloc_protos.h.in b/include/jemalloc/jemalloc_protos.h.in index 170493dd..3e1d3223 100644 --- a/include/jemalloc/jemalloc_protos.h.in +++ b/include/jemalloc/jemalloc_protos.h.in @@ -1,6 +1,3 @@ -#include "jemalloc/jemalloc_defs.h" -#include "jemalloc/jemalloc_macros.h" - /* * The @je_@ prefix on the following public symbol declarations is an artifact * of namespace management, and should be omitted in application code unless