Index: src/heap-profiler.h |
diff --git a/src/heap-profiler.h b/src/heap-profiler.h |
index 6fdfd955ecc48c93cec89dd8b9df5a784ae377fa..4197d4d54c9076015c8ffb10ea42fd40ad0c92d4 100644 |
--- a/src/heap-profiler.h |
+++ b/src/heap-profiler.h |
@@ -5,9 +5,9 @@ |
#ifndef V8_HEAP_PROFILER_H_ |
#define V8_HEAP_PROFILER_H_ |
-#include "heap-snapshot-generator-inl.h" |
-#include "isolate.h" |
-#include "smart-pointers.h" |
+#include "src/heap-snapshot-generator-inl.h" |
+#include "src/isolate.h" |
+#include "src/smart-pointers.h" |
namespace v8 { |
namespace internal { |