Index: src/fast-dtoa.cc |
diff --git a/src/fast-dtoa.cc b/src/fast-dtoa.cc |
index 87ad2870dd4b25c82eed695913687da42c77a995..919023cd0af4091ca19beeb9888bb170d2a524b3 100644 |
--- a/src/fast-dtoa.cc |
+++ b/src/fast-dtoa.cc |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "../include/v8stdint.h" |
-#include "checks.h" |
-#include "utils.h" |
+#include "include/v8stdint.h" |
+#include "src/checks.h" |
+#include "src/utils.h" |
-#include "fast-dtoa.h" |
+#include "src/fast-dtoa.h" |
-#include "cached-powers.h" |
-#include "diy-fp.h" |
-#include "double.h" |
+#include "src/cached-powers.h" |
+#include "src/diy-fp.h" |
+#include "src/double.h" |
namespace v8 { |
namespace internal { |