Index: src/cached-powers.h |
=================================================================== |
--- src/cached-powers.h (revision 4180) |
+++ src/cached-powers.h (working copy) |
@@ -28,7 +28,7 @@ |
#ifndef V8_CACHED_POWERS_H_ |
#define V8_CACHED_POWERS_H_ |
-#include "diy_fp.h" |
+#include "diy-fp.h" |
namespace v8 { |
namespace internal { |
@@ -55,7 +55,7 @@ |
#define GRISU_CACHE_OFFSET kCachedPowerOffset |
#define GRISU_UINT64_C V8_2PART_UINT64_C |
// The following include imports the precompiled cached powers. |
-#include "powers_ten.h" // NOLINT |
+#include "powers-ten.h" // NOLINT |
static const double kD_1_LOG2_10 = 0.30102999566398114; // 1 / lg(10) |