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.
This commit is contained in:
parent
3e82f357bb
commit
8ff7e7d6c3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user