Index: src/runtime/runtime-json.cc |
diff --git a/src/runtime/runtime-json.cc b/src/runtime/runtime-json.cc |
index 366e6e71adc687d15b807efe409709e3ca3f0bd8..64a42bfede595ccf2714f3719b02cd465564c4e9 100644 |
--- a/src/runtime/runtime-json.cc |
+++ b/src/runtime/runtime-json.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/char-predicates-inl.h" |
#include "src/json-parser.h" |
#include "src/json-stringifier.h" |
-#include "src/runtime/runtime-utils.h" |
+#include "src/objects-inl.h" |
namespace v8 { |
namespace internal { |