Index: src/runtime/runtime-generator.cc |
diff --git a/src/runtime/runtime-generator.cc b/src/runtime/runtime-generator.cc |
index ed86c4dd74e62e1ac8b7f1794de3dfc099679a36..208f7f6680eeb05eb4db6100b3a2f0204469f23f 100644 |
--- a/src/runtime/runtime-generator.cc |
+++ b/src/runtime/runtime-generator.cc |
@@ -2,11 +2,12 @@ |
// 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/runtime/runtime-utils.h" |
#include "src/arguments.h" |
+#include "src/factory.h" |
#include "src/frames-inl.h" |
-#include "src/runtime/runtime-utils.h" |
+#include "src/objects-inl.h" |
namespace v8 { |
namespace internal { |