Index: test/cctest/test-symbols.cc |
diff --git a/test/cctest/test-symbols.cc b/test/cctest/test-symbols.cc |
index f0d0ed1606c893d7f0936078ea6237e728e3661d..44b9221369febe96d94f248016df403d273f6d9f 100644 |
--- a/test/cctest/test-symbols.cc |
+++ b/test/cctest/test-symbols.cc |
@@ -5,10 +5,10 @@ |
// of ConsStrings. These operations may not be very fast, but they |
// should be possible without getting errors due to too deep recursion. |
-#include "v8.h" |
+#include "src/v8.h" |
-#include "cctest.h" |
-#include "objects.h" |
+#include "test/cctest/cctest.h" |
+#include "src/objects.h" |
using namespace v8::internal; |