mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03: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:
parent
3e82f357bb
commit
8ff7e7d6c3
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue