| Index: runtime/lib/double.cc
|
| ===================================================================
|
| --- runtime/lib/double.cc (revision 37827)
|
| +++ runtime/lib/double.cc (working copy)
|
| @@ -2,10 +2,10 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#include <math.h>
|
| -
|
| #include "vm/bootstrap_natives.h"
|
|
|
| +#include "platform/math.h"
|
| +
|
| #include "vm/bigint_operations.h"
|
| #include "vm/code_generator.h" // DartModulo.
|
| #include "vm/double_conversion.h"
|
|
|