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

Unified Diff: src/typing-reset.cc

Issue 1481613002: Create ast/ and parsing/ subdirectories and move appropriate files (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/typing-reset.h ('k') | src/variables.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/typing-reset.cc
diff --git a/src/typing-reset.cc b/src/typing-reset.cc
index b67b23507c55727d154f86e48ceec4f015db2723..c22f7a927637e2a21706b65b4fa4b99544abe745 100644
--- a/src/typing-reset.cc
+++ b/src/typing-reset.cc
@@ -6,9 +6,9 @@
#include "src/typing-reset.h"
-#include "src/ast.h"
+#include "src/ast/ast.h"
+#include "src/ast/scopes.h"
#include "src/codegen.h"
-#include "src/scopes.h"
namespace v8 {
namespace internal {
« no previous file with comments | « src/typing-reset.h ('k') | src/variables.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698