Index: src/runtime/runtime-strings.cc |
diff --git a/src/runtime/runtime-strings.cc b/src/runtime/runtime-strings.cc |
index 773eefd27f8de7ee561ba26b21381cfc417705e2..bb4207f202e219a250098303deb177297e18779f 100644 |
--- a/src/runtime/runtime-strings.cc |
+++ b/src/runtime/runtime-strings.cc |
@@ -2,12 +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/conversions-inl.h" |
#include "src/regexp/jsregexp-inl.h" |
#include "src/regexp/jsregexp.h" |
-#include "src/runtime/runtime-utils.h" |
#include "src/string-builder.h" |
#include "src/string-search.h" |