summaryrefslogtreecommitdiff
path: root/src/perfglue/heap_profiler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/perfglue/heap_profiler.cc')
-rw-r--r--src/perfglue/heap_profiler.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/perfglue/heap_profiler.cc b/src/perfglue/heap_profiler.cc
index 9b3eaf93798..9c232903c4d 100644
--- a/src/perfglue/heap_profiler.cc
+++ b/src/perfglue/heap_profiler.cc
@@ -14,12 +14,14 @@
#include <google/heap-profiler.h>
#include <google/malloc_extension.h>
-#include "heap_profiler.h"
+
#include "common/environment.h"
#include "common/LogClient.h"
#include "global/global_context.h"
#include "global/debug.h"
+#include "heap_profiler.h"
+
bool ceph_using_tcmalloc()
{
return true;