Index: src/runtime/runtime-typedarray.cc |
diff --git a/src/runtime/runtime-typedarray.cc b/src/runtime/runtime-typedarray.cc |
index bfb810e76d9cf16a580d601993cc3956ce40bae3..ffa412090367f530291059b737f8203b537cdd69 100644 |
--- a/src/runtime/runtime-typedarray.cc |
+++ b/src/runtime/runtime-typedarray.cc |
@@ -2,13 +2,13 @@ |
// 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/messages.h" |
+#include "src/objects-inl.h" |
#include "src/runtime/runtime.h" |
-#include "src/runtime/runtime-utils.h" |
- |
namespace v8 { |
namespace internal { |