Remove _externs from prof internal header names

This commit is contained in:
Yinan Zhang
2019-12-22 20:02:28 -08:00
parent 112dc36dd5
commit 3fa142cf39
6 changed files with 6 additions and 6 deletions

View File

@@ -5,8 +5,8 @@
#include "jemalloc/internal/ctl.h"
#include "jemalloc/internal/assert.h"
#include "jemalloc/internal/mutex.h"
#include "jemalloc/internal/prof_data_externs.h"
#include "jemalloc/internal/prof_log_externs.h"
#include "jemalloc/internal/prof_data.h"
#include "jemalloc/internal/prof_log.h"
#include "jemalloc/internal/thread_event.h"
/*