mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 22:03:07 +00:00
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:
committed by
Qi Wang
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
|
||||||
|
|||||||
Reference in New Issue
Block a user