Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(586)

Unified Diff: test/cctest/gay-fixed.cc

Issue 304153016: Use full include paths everywhere (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/cctest/gay-precision.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/gay-fixed.cc
diff --git a/test/cctest/gay-fixed.cc b/test/cctest/gay-fixed.cc
index 071ea4f8c17b60f53b9117cf7a9c46c71e9e75d2..81463ac1fa447c21c2df23477326f03a3f789f53 100644
--- a/test/cctest/gay-fixed.cc
+++ b/test/cctest/gay-fixed.cc
@@ -29,9 +29,9 @@
// have been generated using Gay's dtoa to produce the fixed representation:
// dtoa(v, 3, number_digits, &decimal_point, &sign, NULL);
-#include "v8.h"
+#include "src/v8.h"
-#include "gay-fixed.h"
+#include "test/cctest/gay-fixed.h"
namespace v8 {
namespace internal {
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/cctest/gay-precision.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698