summaryrefslogtreecommitdiff
path: root/deps/v8/src/runtime/runtime-interpreter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/runtime/runtime-interpreter.cc')
-rw-r--r--deps/v8/src/runtime/runtime-interpreter.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/deps/v8/src/runtime/runtime-interpreter.cc b/deps/v8/src/runtime/runtime-interpreter.cc
index bc48bb4ab7..7f07d084a1 100644
--- a/deps/v8/src/runtime/runtime-interpreter.cc
+++ b/deps/v8/src/runtime/runtime-interpreter.cc
@@ -2,11 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "src/runtime/runtime-utils.h"
-
#include <iomanip>
-#include "src/arguments.h"
+#include "src/arguments-inl.h"
#include "src/frames-inl.h"
#include "src/interpreter/bytecode-array-iterator.h"
#include "src/interpreter/bytecode-decoder.h"
@@ -16,6 +14,7 @@
#include "src/interpreter/interpreter.h"
#include "src/isolate-inl.h"
#include "src/ostreams.h"
+#include "src/runtime/runtime-utils.h"
#include "src/snapshot/snapshot.h"
namespace v8 {