| Index: src/runtime/runtime-maths.cc
|
| diff --git a/src/runtime/runtime-maths.cc b/src/runtime/runtime-maths.cc
|
| index 23b58cfdf3aad9f60f6ad62fe484bb7b55daed6f..504261679e448b79aa4b15d0b47fc8d838a10b59 100644
|
| --- a/src/runtime/runtime-maths.cc
|
| +++ b/src/runtime/runtime-maths.cc
|
| @@ -2,15 +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/assembler.h"
|
| #include "src/codegen.h"
|
| -#include "src/runtime/runtime-utils.h"
|
| #include "src/third_party/fdlibm/fdlibm.h"
|
|
|
| -
|
| namespace v8 {
|
| namespace internal {
|
|
|
|
|