Remove errant #includes 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.
This commit is contained in:
Kevin Svetlitski 2023-07-25 10:42:10 -07:00 committed by Qi Wang
parent 3e82f357bb
commit 8ff7e7d6c3

View File

@ -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 * The @je_@ prefix on the following public symbol declarations is an artifact
* of namespace management, and should be omitted in application code unless * of namespace management, and should be omitted in application code unless