Index: src/runtime/runtime-numbers.cc |
diff --git a/src/runtime/runtime-numbers.cc b/src/runtime/runtime-numbers.cc |
index 7e6712ad230614f648304c41bd63540d30ce2caa..49734ba8ddeac904827be4299b216fc1e74e712f 100644 |
--- a/src/runtime/runtime-numbers.cc |
+++ b/src/runtime/runtime-numbers.cc |
@@ -2,13 +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/base/bits.h" |
#include "src/bootstrapper.h" |
#include "src/codegen.h" |
-#include "src/runtime/runtime-utils.h" |
#ifndef _STLP_VENDOR_CSTD |