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

Unified Diff: src/ast/variables.cc

Issue 2246203005: include only stuff you need, part 1: ast.h, ast-value-factory.h. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: . Created 4 years, 4 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:
View side-by-side diff with in-line comments
Download patch
Index: src/ast/variables.cc
diff --git a/src/ast/variables.cc b/src/ast/variables.cc
index 9856be7daaff907f159cde32558827caa10c5772..0541f942f0949fbe4642cb07f752216114a8ef74 100644
--- a/src/ast/variables.cc
+++ b/src/ast/variables.cc
@@ -4,7 +4,6 @@
#include "src/ast/variables.h"
-#include "src/ast/ast.h"
#include "src/ast/scopes.h"
#include "src/globals.h"

Powered by Google App Engine
This is Rietveld 408576698