Index: src/heap-snapshot-generator.cc |
diff --git a/src/heap-snapshot-generator.cc b/src/heap-snapshot-generator.cc |
index f9c235ed94a36ee6a758d639722519e6c9f92d40..dab9785ecb144e3ef96307a3828d318bd8077de7 100644 |
--- a/src/heap-snapshot-generator.cc |
+++ b/src/heap-snapshot-generator.cc |
@@ -2,15 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "src/v8.h" |
- |
-#include "src/heap-snapshot-generator-inl.h" |
+#include "src/heap-snapshot-generator.h" |
#include "src/allocation-tracker.h" |
#include "src/code-stubs.h" |
#include "src/conversions.h" |
#include "src/debug/debug.h" |
#include "src/heap-profiler.h" |
+#include "src/heap-snapshot-generator-inl.h" |
#include "src/types.h" |
namespace v8 { |